软件清单
adb
20231221030341143.zip
zip文件
python3
20231221030657890.zip
zip文件
frida-server
上传frida-server到手机
adb push frida-server /data/data
运行
chmod u+x /data/data/frida-server
./frida-server &
电脑安装python依赖
pip3 install frida
pip3 install frida-tools
端口转发至电脑
adb forward tcp:27043 tcp:27043
adb forward tcp:27042 tcp:27042
测试
frida-ps -U
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END