美文网首页
frida安装报错

frida安装报错

作者: 菠萝头咯 | 来源:发表于2022-02-12 13:29 被阅读0次

今天安装frida令我格外头疼,
满屏的爆红


image.png

目前来看frida安装大部分都是python安装,pip install frida,但是目前的frida版本过高,有些用户无法安装,所以我们只能指定安装版本才能应对此问题。
安装过程需要查询自己的python版本
cmd 输入python就能查看自己的python版本
查到python版本 去github找到和自己对应的frida和frida-tools
https://github.com/frida/frida/releases?page=13
比如我的py3.7 那我安装就是 pip3.exe install frida==12.8.2 pip3.exe install frida-tools==5.3.0

相关文章

网友评论

      本文标题:frida安装报错

      本文链接:https://www.haomeiwen.com/subject/fvvtlrtx.html