ida调试

作者: xiabodan | 来源:发表于2018-05-09 20:35 被阅读8次

    ida调试:

    1:先将android_server push到手机 ,如果手机没有root,需要root才能在android studio中看到进程,可以用工具./setprops ro.debuggable 1修改为debug
    2:打开调试应用并等待attach: adb shell am start -D -N com.asobimo.aurcusonline.ww/com.asobimo.aurcus.Aurcus
    3: adb forward tcp:23946 tcp:23946; adb shell ; ./android_server
    4: 打开ida 打上断点(F2),并attach到com.asobimo.aurcusonline.ww进程, 继续运行F9
    5:android studio attach 到com.asobimo.aurcusonline.ww进程
    6: 等待ida中断

    常用命令:
    tab:转换为c代码
    x: 查找调用者

    相关文章

      网友评论

          本文标题:ida调试

          本文链接:https://www.haomeiwen.com/subject/fiworftx.html