1 adb shell
2 su
3 cd /data/local/tmp/
4 chmod 777 frida-server-15.0.6-android-arm64
5 ./frida-server-15.0.6-android-arm64
6 设置端口转发
adb forward tcp:27042 tcp:27042
adb forward tcp:27043 tcp:27043
1 adb shell
2 su
3 cd /data/local/tmp/
4 chmod 777 frida-server-15.0.6-android-arm64
5 ./frida-server-15.0.6-android-arm64
6 设置端口转发
adb forward tcp:27042 tcp:27042
adb forward tcp:27043 tcp:27043