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