1、下载 python3.7
https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64.exe
2、执行命令
python3.7
pip3 -V
python -m pip install --upgrade pip
pip install wheel
pip install frida
pip install frida-tools
Successfully built frida
Installing collected packages: frida
Successfully installed frida-15.1.17
frida --version
https://github.com/frida/frida/releases
https://github.com/frida/frida/releases/download/15.1.17/frida-server-15.1.17-android-arm.xz
https://github.com/frida/frida/releases/download/15.1.17/frida-server-15.1.17-android-arm64.xz



