【发布时间】:2022-12-02 10:35:35
【问题描述】:
While running main.go getting this error in monkey file and function is given below.
bou.ke/monkey
../go/pkg/mod/bou.ke/monkey@v1.0.2/replace.go:24:14: undefined: jmpToFunctionValue
Anyone help me with that?
【问题讨论】:
-
The
jmpToFunctionValueis not implemented for your OS or architecture. I would not recommend using an unsupported, unmaintained library to try and monkey patch the executable at runtime.