linux之安装frida遇到的问题
生活随笔
收集整理的這篇文章主要介紹了
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 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 ...總結
以上是生活随笔為你收集整理的linux之安装frida遇到的问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 服务器之Apache和Tomcat和Ng
- 下一篇: WireShark抓DNS请求和回复数据