internal gomonkey's call
err := syscall.Mprotect(page, prot)
returns permission denied
any update to make it work with ARM64 latest GO 1.20, Macos 12.6/13.0
has anyone figured out how to make the GOARCH=amd64 debugger work?
im looking for an ultimate solution, without having 'one or the other' situation with test working but debugger not and viceversa
can anybody confirm if downloading GO 1.17 with https://github.com/eisenxp/macos-golink-wrapper works?
i see the issues of that repo and people claim its not working anymore on newer macs
internal gomonkey's call
err := syscall.Mprotect(page, prot)
returns permission denied
any update to make it work with ARM64 latest GO 1.20, Macos 12.6/13.0
has anyone figured out how to make the GOARCH=amd64 debugger work?
im looking for an ultimate solution, without having 'one or the other' situation with test working but debugger not and viceversa
can anybody confirm if downloading GO 1.17 with https://github.com/eisenxp/macos-golink-wrapper works?
i see the issues of that repo and people claim its not working anymore on newer macs