linux之安装frida遇到的问题
【摘要】 我想安装Hook家族神器的Frida工具
问题1
我一开始使用的命令如下
sudo pip install frida
然后提示错误如下
The directory '/home/chenyu/.cache/pip/http' or its parent directory is not owned by the current user and the cache...
我想安装Hook家族神器的Frida工具
问题1
我一开始使用的命令如下
sudo pip install frida
然后提示错误如下
-
The directory '/home/chenyu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
-
The directory '/home/chenyu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
解决办法
加上-H就行了
sudo -H pip install frida
问题2
安装命令如下
pip install frid
程序一直卡在这里
Running setup.py bdist_wheel for frida ...
文章来源: chenyu.blog.csdn.net,作者:chen.yu,版权归原作者所有,如需转载,请联系作者。
原文链接:chenyu.blog.csdn.net/article/details/85994475
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)