1 安装frida【PC】
pip install frida==16.0.1

1. 下载egg
https://pypi.doubanio.com/simple/frida/

2. 放入指定目录

3. 再次安装
pip install frida==16.0.1

2 安装frida-tools【PC】
pip install frida-tools==12.0.1
pip install frida-tools -> 最新

3 frida-server【手机端】
1. 查看CPU架构
adb shell getprop ro.product.cpu.abi
2. 下载frida-server
https://github.com/frida/frida/releases

3. 上传到手机
下载的是一个压缩包,需要将压缩包解压,然后将解压出来的文件(非文件夹)上传至手机的/data/local/tmp/目录下。
- 【电脑】文件上传到设备
>>>adb push C

最低0.47元/天 解锁文章

被折叠的 条评论
为什么被折叠?



