首页
社区
课程
招聘
[原创][frida] 01_Android环境搭建
发表于: 2020-9-27 02:18 4404

[原创][frida] 01_Android环境搭建

2020-9-27 02:18
4404

确定手机系统的版本,参考文字Android系统判断CPU是32位还是64位,夜神模拟器默认的系统是Android5.1.1,x86的系统,需要下载frida-server-12.11.17-android-x86(b2aK9s2c8@1M7s2y4Q4x3@1q4Q4x3V1k6Q4x3V1k6Y4K9i4c8Z5N6h3u0Q4x3X3g2U0L8$3#2Q4x3V1k6X3M7X3W2V1j5g2)9J5c8X3k6J5K9h3c8S2i4K6u0r3M7X3g2D9k6h3q4K6k6i4y4Q4x3V1k6@1j5h3N6Q4x3V1j5I4x3W2)9J5k6e0p5I4i4K6u0W2x3e0M7`.).

D:\Python\Python371\Scripts\pip.exe  install virtualenv  -i https://pypi.douban.com/simple
 
virtualenv --system-site-packages python371-venv
D:\Python\Python371\Scripts\pip.exe  install virtualenv  -i https://pypi.douban.com/simple
 
virtualenv --system-site-packages python371-venv
python371-venv\Scripts\activate.bat
python -m pip install --upgrade pip
pip install frida-tools -i https://pypi.douban.com/simple
python371-venv\Scripts\activate.bat
python -m pip install --upgrade pip
pip install frida-tools -i https://pypi.douban.com/simple
$ adb root # might be required
$ adb push frida-server /data/local/tmp/
$ adb shell "chmod 755 /data/local/tmp/frida-server"
$ adb shell "/data/local/tmp/frida-server &"
$ adb root # might be required
$ adb push frida-server /data/local/tmp/
$ adb shell "chmod 755 /data/local/tmp/frida-server"
$ adb shell "/data/local/tmp/frida-server &"
frida-ps
 
  PID  Name
-----  -----------------------
 6396  DocToPDF.exe
 1496  Everything.exe
 6640  NVIDIA Web Helper.exe
 5100  QMUsbGuard.exe
 6240  QQ.exe
 7760  QQExternal.exe
 5580  QQPCRealTimeSpeedup.exe
………………
frida-ps
 
  PID  Name
-----  -----------------------
 6396  DocToPDF.exe
 1496  Everything.exe
 6640  NVIDIA Web Helper.exe
 5100  QMUsbGuard.exe
 6240  QQ.exe
 7760  QQExternal.exe
 5580  QQPCRealTimeSpeedup.exe
………………
frida-ps -U
 
 PID  Name
----  ------------------------------------------
1511  adbd
2608  android.process.acore
2748  android.process.media
2486  com.android.inputservice
2840  com.android.keychain
………………
frida-ps -U
 
 PID  Name
----  ------------------------------------------
1511  adbd
2608  android.process.acore
2748  android.process.media
2486  com.android.inputservice
2840  com.android.keychain
………………

[培训]科锐逆向工程师培训第53期2025年7月8日开班!

最后于 2020-10-3 16:35 被kinghzking编辑 ,原因:
收藏
免费 1
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回