安卓逆向 IDA 动态调试 案例1

adb forward tcp:23946 tcp:23946
adb devices

adb shell
su
cd /data/local/tmp
 ./android_server
 adb shell am start -D -n com.example.sfs/.MainActivity
 jdb -connect com.sun.jdi.SocketAttach:hostname=127.0.0.1,port=8600


adb forward tcp:23946 tcp:23946

 

posted @ 2022-10-28 11:58  逆向狗  阅读(22)  评论(0)    收藏  举报