美文网首页
1.frida and模拟器

1.frida and模拟器

作者: 记事本的记事本 | 来源:发表于2019-02-24 22:02 被阅读0次

    1.安装python环境
    2.命令行执行pip install frida 安装完成后看firda版本
    3.https://github.com/frida/frida/releases这个网站上下载与上方的版本相同的文件,注意x86 arm 对应的手机下对应的
    4.安装adb,打开模拟器
    5.打开命令行输入adb devices,会显示出手机的信息
    6.输入adb install G:\apk\ceshi.apk(这部是安装apk,后方为apk的路径)
    7.adb push frida-server-12.3.6-android-x86 /data/local/tmp/
    8.输入adb shell(进入shell)
    9.cd /data/local/tmp
    10chmod 777 frida-server-12.3.6-android-x86
    11../frida-server-12.3.6-android-x86
    12.pip install frida-tools
    13.frida-ps -U

    important https://pypi.lcsb.uni.lu/simple/frida/ easy_install

    相关文章

      网友评论

          本文标题:1.frida and模拟器

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