We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
用afs修改函数签名(并且执行afva)后,参数不会根据签名重新解析,从而在afvt env JNIEnv*的时候报错"Cant find get by name env"
afs
afva
afvt env JNIEnv*
这是afs修改签名前的函数签名:
修改后的函数签名与参数:
可以看到参数并没有改变,所以找不到名为env的参数。(我没有用过r2,猜测r2里的签名是注释性质的,是给用户而不是内部的解析模块看的)
The text was updated successfully, but these errors were encountered:
现在还没有特别好的办法去修改 radare2 方法的签名,至今 afs 都还不能修改自定义的数据结构的参数。
Sorry, something went wrong.
No branches or pull requests
用
afs
修改函数签名(并且执行afva
)后,参数不会根据签名重新解析,从而在afvt env JNIEnv*
的时候报错"Cant find get by name env"这是afs修改签名前的函数签名:
修改后的函数签名与参数:
可以看到参数并没有改变,所以找不到名为env的参数。(我没有用过r2,猜测r2里的签名是注释性质的,是给用户而不是内部的解析模块看的)
The text was updated successfully, but these errors were encountered: