阅读:1933回复:2
还是不明白softice怎么调WDM
Softice使用文档中有以下的准备步骤:
1 Build the application with debug information. 2 If SoftICE is not already loaded, load SoftICE. 3 Start Symbol Loader. 4 Click the OPEN button to open the module you want to debug. 5 Select the PACKAGE SOURCE WITH SYMBOL TABLE setting within the Symbol Loader translation settings. Refer to Modifying Module Settings on page 32. 6 Click the TRANSLATE button to create a new .NMS symbol file. 7 Modify the SoftICE initialization settings to pre-load the debug information for the VxD or device driver on startup. Refer to Pre-loading Symbols and Source Code on page 143. 8 Reboot your PC. 然而,重启之后该怎么做呢? 是否在Symbol loader里open我的测试应用程序(exe),调试时又怎么找到驱动程序的代码的? -------------------------- 俺很傻,不过俺会给分。 |
|
最新喜欢:peliso...
|
沙发#
发布于:2001-07-25 12:52
你在SOFTICE加载之后,把SOFTICE呼出来,执行SYM命令,就可以看见你的一些函数名了,U一下你的函数名,就知道了,F3是在汇编代码和源代码之间切换
|
|
板凳#
发布于:2001-07-26 12:24
万分感谢,给分为证
|
|
|