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
我遇到一个样本,用脚本dump失效。 如下是本人摘取的分析片段
[so-dump] found libil2cpp.so! [so-dump] base = 0x79a5401000, end = 0x79acbb0000 ... [shell]-> var page = Process.findRangeByAddress(ptr(0x79acb94000)) [shell]-> page.base "0x79acb94000" [shell]-> page.protection "---"
样本疑似在模块内存中塞了一个不可访问的内存来防dump,作者有兴趣改进脚本吗
The text was updated successfully, but these errors were encountered:
这个问题已解决
Sorry, something went wrong.
怎么解决的
No branches or pull requests
我遇到一个样本,用脚本dump失效。 如下是本人摘取的分析片段
样本疑似在模块内存中塞了一个不可访问的内存来防dump,作者有兴趣改进脚本吗
The text was updated successfully, but these errors were encountered: