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
我试了下应该是Invoke函数模板的问题 可能在win下面是能获取到il2cpp函数地址的 但在Android下面会闪退 如果用三方工具获取il2cpp函数地址的话能正常使用 逻辑应该没问题是通用的 我只改了部分代码 能看到image dll数量可以获取到 参考来自这个项目https://github.com/Perfare/Zygisk-Il2CppDumper
The text was updated successfully, but these errors were encountered:
只要修改Invoke模板中的dlsym函数就行 好像安卓高版本中dl函数不能用了所以会闪退吧 我测试了三方dl工具能正常使用 推荐工具https://github.com/hexhacking/xDL 测试截图
Sorry, something went wrong.
fix: using third-party library xdl in Android to fix [issuimo#11](iss…
ae9d94c
…uimo#11)
4ae7401
fix: using third-party library xdl in Android to fix issuimo#11
508ebd3
No branches or pull requests
我试了下应该是Invoke函数模板的问题 可能在win下面是能获取到il2cpp函数地址的 但在Android下面会闪退 如果用三方工具获取il2cpp函数地址的话能正常使用 逻辑应该没问题是通用的 我只改了部分代码 能看到image dll数量可以获取到 参考来自这个项目https://github.com/Perfare/Zygisk-Il2CppDumper
The text was updated successfully, but these errors were encountered: