IDA动态调式SO文件

端口转发:

IDA:

adb forward tcp:23946 tcp:23946

Frida:

adb forward tcp:8888 tcp:8888

Apk必要权限:

android:debuggable=”true”
android:extractNativeLibs=”true”


如果APP权限没问题,IDA设置没问题的话。开启调试的时候会有类似于这个弹窗,如果没有则百分之百无法进行SO文件调试。

IDA动态调试SO文件问题汇总

弹窗警告:

got SlGCHLD signal (Child status has changed) (exc.code 11, tid 29100)

则在Debugger setup中选择Edit exceptions中搜索错误代码11后右键选择Edit把Suspend program取消勾选,勾选上Pass to applicationReport。