在使用frida hook的时候报错

报错1:
frida.ServerNotRunningError: unable to connect to remote frida-server
解决方案:记得设置端口转发!

adb forward tcp:27042 tcp:27042
adb forward tcp:27043 tcp:27043

你可能感兴趣的:(在使用frida hook的时候报错)