frida 连接夜神模拟器

  1. adb connect 127.0.0.1:62001
  2. adb devices
  3. adb forward tcp:27042 tcp:27042
  4. adb forward tcp:27043 tcp:27043
  5. adb shell
  6. cd /data/local/tmp/
  7. ./frida-server-16.0.10-android-x86
  8. 在另一个命令行窗口执行python脚本
  9. 更多使用帮助 https://blog.csdn.net/freeking101/article/details/112634649
  10. ADB显示当前正在运行的Activity  adb shell "dumpsys activity top | grep ACTIVITY | tail -n 1"

 

posted @ 2023-03-31 01:00  爱学习的绿叶  阅读(119)  评论(0编辑  收藏  举报