美文网首页
windonws安装frida卡住的问题

windonws安装frida卡住的问题

作者: zhd______ | 来源:发表于2021-09-26 11:52 被阅读0次

    1. 下载需要安装的版本

    https://pypi.org/project/frida/

    image.png

    2. 将frida-15.1.2.tar.gz解压出来

    image.png

    执行以下命令进行安装

    pip install wheel
    python.exe setup.py
    # 较新版本需要改成 
    python.exe setup.py install
    
    image.png

    先ctrl+c结束本次安装
    将刚刚下载的egg文件复制到提示的目录
    再次输入命令安装

    3. 安装对应版本frida-tools

    https://github.com/frida/frida/releases
    找到对应版本的frida-tools

    image.png
    pip install frida-tools==8.1.3
    

    4.测试是否成功

    frida-ps -U
    

    相关文章

      网友评论

          本文标题:windonws安装frida卡住的问题

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