While running main.go getting this error in monkey file and function is given below.
../go/pkg/mod/bou.ke/[email protected]/replace.go:24:14: undefined: jmpToFunctionValue
Anyone help me with that?
I also face this error while using mac M1.
could you check the goarch var in go env? if you got arm64, you need to change it to amd64 using this command
go env -w GOARCH=amd64
it works for me
GOARCH=amd64 fixes the issue but takes away the ability of debugger to stop at breakpoints
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With