Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined: JmpToFunctionValue #14

Open
dgofman opened this issue Jun 5, 2021 · 7 comments
Open

undefined: JmpToFunctionValue #14

dgofman opened this issue Jun 5, 2021 · 7 comments
Labels
help wanted Extra attention is needed

Comments

@dgofman
Copy link

dgofman commented Jun 5, 2021

It's not working on ARM architecture

github.com/cch123/supermonkey/internal/bouk

../../../../go/pkg/mod/github.com/cch123/supermonkey@v1.0.0/internal/bouk/replace.go:24:14: undefined: JmpToFunctionValue

@dgofman
Copy link
Author

dgofman commented Jun 5, 2021

monkey_arm64.go file is missing in go/pkg/mod/bou.ke/monkey@v1.0
ls monkey_*
monkey_386.go monkey_amd64.go monkey_test.go

@cch123 cch123 added the help wanted Extra attention is needed label Jun 8, 2021
@cch123
Copy link
Owner

cch123 commented Jun 8, 2021

I don't have arm environment for testing..
Help wanted..

@dgofman
Copy link
Author

dgofman commented Jun 8, 2021

I posted my solution in this thread agiledragon/gomonkey#48

@int3cd
Copy link

int3cd commented Jul 20, 2021

monkey_arm64.go file is missing in go/pkg/mod/bou.ke/monkey@v1.0
ls monkey_*
monkey_386.go monkey_amd64.go monkey_test.go

Have you been able to find a solution?

@dgofman
Copy link
Author

dgofman commented Jul 20, 2021

For now, only one workaround is available to use the AMD64 platform

GOARCH=amd64 go test XXX.go

@RuthCodinaV
Copy link

This solutions, sometimes is no usefull

@ronething
Copy link

This solutions, sometimes is no usefull

i agree it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants