mac安装frida各种报错坑
1.先去网站下载对应的系统-py版本-适合自己的电脑.egg
https://pypi.org/project/frida/#files
2.下载好后执行 -一定要下载适合自己系统的
easy_install frida-xxxxx.egg
3.新开个终端执行
sudo pip3 install frida-tools
#永久修改pip下载源
pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
本文章仅供学习参考,如有版权侵犯,请联系作者修改,转载请注明出处!