You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github.com/Binject/universal ..\..\..\go\pkg\mod\github.com\!binject\[email protected]\loader_windows.universal\un.go:119:13: array length ^uigo:82:13: array length ^uint32(0) (constant 4294967295 of type uint32) must be integer bas> ..\..\..\go\pkg\mod\github.com\!binject\[email protected]\loader_windows.go:99:13: array length ^uint32(0) (constant 4294967295 of type uint32) must be integer
go version
go version go1.20.1 windows/amd64
GOARCH: 386
GOOS: windows
Code:
Error:
github.com/Binject/universal ..\..\..\go\pkg\mod\github.com\!binject\[email protected]\loader_windows.universal\un.go:119:13: array length ^uigo:82:13: array length ^uint32(0) (constant 4294967295 of type uint32) must be integer bas> ..\..\..\go\pkg\mod\github.com\!binject\[email protected]\loader_windows.go:99:13: array length ^uint32(0) (constant 4294967295 of type uint32) must be integer
https://github.com/Binject/universal/blob/main/loader_windows.go
Line 82:
hbuf := (*[^[^uint32(0)]byte)(unsafe.Pointer(uintptr(loc))))
Line 99:
buf := ([[^uint32(0)]byte)(unsafe.Pointer(uintptr(dst)))
The text was updated successfully, but these errors were encountered: