打开这个,快捷键一般生效,比如f5,查看c语言代码

 

 

 

 ida工具的使用,和动态调试

 

 

 f5,查看c语言代码

如果要查看string窗口,则shift+F12

查看16进制 ,view -------》 open subviews-------------》hex dump 可修改16进制代码

modify file 插件:

下载链接:https://pan.baidu.com/s/1YoCrSn0u78LmoK_DrHxulQ 密码:0swt

 

动态调试

ida工具的使用,和动态调试

 

 将文件android_server导入adb push "D:\tools\IDA 6.8\dbgsrv\android_server"  /data/local/tmp

su

adb shell

 chmod 777 android_server

./android_server

ida工具的使用,和动态调试

 

相关文章:

  • 2021-09-24
  • 2021-11-22
  • 2022-12-23
  • 2021-11-19
  • 2021-09-10
  • 2022-03-06
  • 2021-11-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-08-17
  • 2022-03-06
  • 2021-12-04
相关资源
相似解决方案