欢迎访问 生活随笔!

生活随笔

当前位置: 首页 >

linux之安装frida遇到的问题

发布时间:2023/12/4 39 豆豆
生活随笔 收集整理的这篇文章主要介绍了 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遇到的问题的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。