frida 安装报错 command not found: frida

2021/8/26 6:06:30

本文主要是介绍frida 安装报错 command not found: frida,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

frida 和 frida-tools安装完后,一直提示 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的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程