阅读:2414回复:6
Softice到底可不可以用来在XP SP2平台上的调试??
高手请指明,让我们新手少走弯路
|
|
沙发#
发布于:2007-08-14 08:36
能,下载DriverStudio 3.2 然后还有个补丁
|
|
板凳#
发布于:2007-08-14 10:16
如果是番茄花园版,很有问题
装原版的,没有任何问题 |
|
|
地板#
发布于:2007-08-14 13:02
哦,谢谢大大们,我一直用番茄的,看来要找个原版的了
|
|
地下室#
发布于:2007-08-15 00:44
我今天装了原版的了,在驱动中设置了断点,第一次可以停在断点,第二次就死机.....
我是3个补丁都打过了啊,到底还要注意别的地方吗 |
|
5楼#
发布于:2007-09-05 14:49
可以的,按照下面方法,一步都不能少
Due to changes in the operating system structures there is a patch required for using the tools on Windows XP SP2. This patch is for DriverStudio and/or DriverSuite version 2.7, 3.01 and version 3.1 to obtain compatibility with Windows XP SP2. It covers several products. For SoftICE (DriverStudio, DriverSuite and SoftICE for DPS 3.1). 1. These versions only require an updated operating system information file. Download the latest operating system info file from: ftp://ftp.compuware.com/pub/driverstudio/outgoing/OsInfo/OSINFO.DAT, 2.Copy this file into the windows\system32\drivers directory. 3.Reboot and the machine will be up to date for running with XP SP2. For SoftICE (DriverStudio, DriverSuite and SoftICE for DPS 2.7 and 3.01) 1. Using the symbol retriever application download symbols for your ntoskrnl.exe. Symbol retriever is located in start->programs->Compuware DriverStudio (DriverSuite) ->Debug-> Symbol Retriever. If your version does not have it then it can be downloaded from ftp://ftp.compuware.com/pub/driverstudio/outgoing/utility/SymRetriever.zip and copied into the softice directory. To get symbols: • Open up symbol retriever • Click ?dd file(s)? • Browse to the system32 directory • Select ntoskrnl.exe • Click ?et symbols? Copy the file ntoskrnl.exe from the system32 directory into the same directory as the debug info. This will be <root directory>\symserver\ntoskrnl.dbg\<some guid>. 2. Translate the debug info for ntoskrnl.exe • Invoke the symbol loader • Click file->open • Browse to the copied ntoskrnl.exe and open it. • Use module->translate to generate the softice debug info. |
|
6楼#
发布于:2007-09-05 14:50
3. Add the symbols to the list of symbols to load at boot time
• From Symbol loader • Edit->softice initialization settings->softice initialization ->symbols. • Use the add button • Browse to the NMS file located created in the previous step. (default <root directory>\symserver\ntoskrnl.dbg\<some guid>.. 4. Add NTSYMBOLS=ON keyword to winice.dat. This can be hand edited into this file by placing the line NTSYMBOLS=ON after any load statements in the winice.dat. It can also be added by going into the Symbol loader use Edit->softice initialization settings->advanced and typing NTSYMBOLS=ON in the edit box and then hitting add. 5. Update the operating system info. Download the latest operating system info file from: ftp://ftp.compuware.com/pub/driverstudio/outgoing/OsInfo/OSINFO.DAT, Copy this file into the windows\system32\drivers directory. 6. Reboot and the machine will be up to date for running with XP SP2. |
|