frida 安装报错 command not found: frida

frida 和 frida-tools安装完后,一直提示 command not found: frida

frida 安装报错 command not found: fridafrida 安装报错 command not found: fridafrida 安装报错 command not found: frida

最后经过测试

卸载 frida 
pip3 uninstall frida-tools

然后用 sudo 安装
 sudo pip3 install frida-tools

就可以了

卸载

pip3 uninstall frida
pip3 uninstall frida-tools

安装

pip3 install frida -i https://mirrors.aliyun.com/pypi/simple
pip3 install frida-tools -i https://mirrors.aliyun.com/pypi/simple
frida 安装报错 command not found: frida
上一篇:关于frida用在抓包上


下一篇:安卓反编译