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

 

 

 

 

posted @ 2022-04-28 21:24  小君~  阅读(413)  评论(0编辑  收藏  举报