赞
踩
安装frida-dexdump
先安装frida
参考
https://blog.csdn.net/blackblackblack223/article/details/132790887?spm=1001.2014.3001.5501
frida开源地址
https://github.com/frida/frida
windows模拟器一般是x86
真机一般是arm64
所以frida-server版本别搞错了
下载以后搬运到手机或者模拟器的/data/local/tmp目录下
su 切到root用户
然后chmod -R 777 frida文件名
启动frida服务
在windows上或者mac 安装pip install frida==服务端一直版本
pip install frida-tools 好像会包含frida-dexdump
如果没有包含 pip install frida-dexdump
运行客户端 frida-dexdump -U -f com.xx.xx -d -o ./
然后就会开始自动搜索内存进行脱壳 一段时间后 目录下会出现一堆dex文件 然后反编译dex 即可看代码
到这里基本的脱壳就完成了 ,反编译的时候建议先看最大的dex文件 然后去找反编译代码
至于frida-dexdump更多信息 跟进git地址处查看
https://github.com/hluwa/frida-dexdump?tab=readme-ov-file
如果多台机器frida
frida-ps -D device_name
获取包名
adb -s localhost:16384 shell dumpsys window windows
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。