adb命令

adb shell input text ef57f3fe3cf603c03890ee588878c0ec

1. IDA动态debug调试

adb devices -s ID

adb push F:\BaiduNetdiskDownload\IDA_Pro_v7.5_Portable\dbgsrv\android_server data/local/tmp

adb shell //来到手机目录

su //最高权限

cd data/local/tmp

list

chmod 777 android_server

./android_server //运行

产生端口号,此时重新打开一个cmd窗口,进行端口转发

adb forward tcp:port tcp:port

adb install xxx.apk安装软件

adb shell am start -D -n com.example.mobicrackndk/.MainActivity

adb shell am start -D -n com.example.mobicrackndk/.CrackMe

 

 

完成之后,开启IDA 设置127.0.0.1 port 进行调试

 

posted @ 2022-02-05 11:28  磐正  阅读(36)  评论(1)    收藏  举报