1.frida and模拟器

2019-02-24  本文已影响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

上一篇下一篇

猜你喜欢

热点阅读