美文网首页
Frida 安装 SSL 问题

Frida 安装 SSL 问题

作者: 王国的荣耀 | 来源:发表于2020-09-24 16:33 被阅读0次

frida 安装

pip install frida

python 3.x SSL 问题

open /Applications/Python\ 3.8/Install\ Certificates.command

Exception in thread "main" org.jf.dexlib2.dexbacked.DexBackedDexFile$NotADexFile: Not a valid dex magic value: cf 77 4c c7 9b 21 01 cd

有些apk的assets目录下有加密后的Dex文件,添加–only-main-classes参数即可
apktool d ~/tmp/test.apk -o /tmp/test --only-main-classes

相关文章

网友评论

      本文标题:Frida 安装 SSL 问题

      本文链接:https://www.haomeiwen.com/subject/tusoyktx.html