我想安装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 ...