frida安装

spider
Author

dd21

Published

December 5, 2022

frida的安装

PC端 - frida - frida-tools

pip install frida
pip install frida-tools

手机端 - frida-server-arm-15.2.2-x68-64 下载地址: https://github.com/frida/frida/releases 蓝奏云地址:

文件传输到手机然后移动到/data/local/tmp/

chmod 755 /data/local/tmp/frida-server
/data/local/tmp/frida-server &

# 测试查看进程
frida-ps -U

frida使用

参考:https://frida.re/docs/quickstart/