参考文章:
https://www.cnblogs.com/c-x-a/p/12594239.html
https://www.cnblogs.com/pangya/p/13441092.html
https://www.52pojie.cn/thread-708085-1-1.html
安卓查壳工具下载
Android APK 查壳工具
免费通道:链接: https://pan.baidu.com/s/1rDfsEvqQwhUmep1UBLUwSQ 密码: wefd
Frida-dexump 安卓脱壳工具下载使用
第一步:
git clone https://github.com/hluwa/FRIDA-DEXDump ~/.objection/plugins/dexdump
上面是把源码拷贝到了这个目录
~/.objection/plugins/dexdump
第二步:
把目标app放到上面的目录
cp xxx.xxx.xxx.apk ~/.objection/plugins/dexdump
第三步:
进入上面的文件夹
cd ~/.objection/plugins/dexdump
第四步:
开启frida-server,然后安装好frida和frida-tools。
本地直接运行FRIDA-DEXDump即可
模拟器打开要脱壳的apk。在frida-dexdump 中直接运行
python3.6 main.py
其他脱壳工具
1.Zjdroid
github:https://github.com/halfkiss/ZjDroid
原理分析:http://blog.csdn.net/jiangwei0910410003/article/details/52840602
-
DexExtractor
github:https://github.com/bunnyblue/DexExtractor
原理分析:http://blog.csdn.net/qq1084283172/article/details/53557894 -
dexdump
github:https://github.com/smartdone/dexdump
基于Xposed插件
4.drizzleDumper
github:https://github.com/DrizzleRisk/drizzleDumper
原理分析:http://blog.csdn.net/qq1084283172/article/details/53563.1622
5.TUnpacker(Python)
github:https://github.com/DrizzleRisk/TUnpacker
网友评论