1、版本要求
python3.8环境;
frida是12.8.10
https://github.com/frida/frida/releases
选择与手机cpu相对应的版本,
在python环境安装frida和frida-tools
frida-tools是6.0.1;
frida和frida-server版本保持一致
frida和frida-tools最好不要用最新版本,不然bug很多(个人建议)
2、adb shell 连接安卓手机
adb push frida-server本地的地址 /data/local/tmp/
使用chmod 777 为 frida-server增加权限
运行./frida-server
原文:https://www.cnblogs.com/2526991xyz/p/14344358.html