|
Debugging a driver under SoftIce (DriverStudio 3.1)
Hi !
I'm a complete newbye on softice and after quite some times of searching I still can't get to work well for me. I'm using SoftIce from DriverStudio 3.1
I'm developping a kernel mode driver and I want to put a break point at DriverEntry.
From what I understood of the manual I have to use the symbol loader, open my driver check in Translation settings 'Symbols and source code" and load.
(I would have thought that I'd have to check Stop at WinMain, Main, DllMain, etc ... but it's grayed out so I can't)
I then hit ctrl - D, type "file fsdInit.c", press F3 to show the source code, choose the right ligne and press F9 to set the break point and then it should break when I get out of Soft Ice and I type "net start mydriver.sys" but it doesn't. What did I do wrong ?
As I parsed this forum and the woodman forum, I found something about having to type ADDR or ATTACH before so that the breakpoint would work and that it was a change compared to the older softice but I didn't understand anything.
So please help a poor newbye...
Regards,
Last edited by zentis; 05-13-2004 at 07:38.
|