汇编调试器debug
程序员文章站
2022-03-23 12:57:38
...
64位win7没有debug.exe。要下载DOSBox和debug.exe。
下载地址出自这(侵删)
链接:http://pan.baidu.com/s/1qXCaxD6 密码:q3mt
我将DOSBox安装到了E盘,把debug.exe也拷贝到了这个E:\DOSBox-0.74
目录下。
修改上图地址下的dosbox-0.74.conf
这个文件。在末尾添加:
[autoexec]
# Lines in this section will be run at startup.
# You can put your MOUNT lines here.
mount e E:\DOSBox-0.74
然后双击DOSBox.exe
就可以使用了。
把debug.exe拷贝到这个目录下就可以用debug了。
d 段地址:偏移量
查看内存内容 t
执行cs:ip
指向的指令 r
查看寄存器
参考:
https://blog.csdn.net/plus_re/article/details/60761467
https://blog.csdn.net/Oath_keeper/article/details/54312349
下一篇: 记录一次世界坐标排查过程