Q: Is there a patch available for DriverStudio/DriverSuite on Windows XP SP2.
A: 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.
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.
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.