GuiDbg

it2022-05-09  23

SDK目录下v2.0\GuiDebug\DbgClr.exe

只能调试Debug版本

ildasm 反编译 

ilasm 编译成debug版本 ilasm /debug /resource= *.res *.il 生成debug 版本 和 *.pdb符号文件

tools->options ->Text Editor 设置行号

file -> open 打开 *.il 文件

设置断点

debug->programe to debug 选择要调试的程序 *.exe 

转载于:https://www.cnblogs.com/nanshouyong326/archive/2009/02/14/1390435.html

相关资源:数据结构—成绩单生成器

最新回复(0)