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
大佬们请教下,腾讯内部是做的混淆获取的虚拟内存,还是使用的其他技术手段,比如hook虚拟内存的分配函数? 但经过实践,hook方案不好使,有没有可以指点的?
The text was updated successfully, but these errors were encountered:
如题
Sorry, something went wrong.
fishhook + 对 Mach O 的理解可以做,核心问题想办法动态的取到私有 API 的内存地址,然后就是有被苹果发现的后果,尽量开关控制,OOM 不严重的时候就别开了
@zhangtong217 私有API上线问题解决了么?
No branches or pull requests
大佬们请教下,腾讯内部是做的混淆获取的虚拟内存,还是使用的其他技术手段,比如hook虚拟内存的分配函数? 但经过实践,hook方案不好使,有没有可以指点的?
The text was updated successfully, but these errors were encountered: