How to debug sys file, thanks!
Hello everyone!
I download some driver development resources in Internet. But When I debug a program code, my computer breaks down.
The program includes two projects. One is SnakeMon.sys. another is a common win32 user interface program TestMoniotr.exe, it call SnakeMon.sys. It runs correctly. But when I load it in softice and begin to debug it, It can't work. How can i debug the SnakeMon.sys?
Help me!
Thanks!
[450 byte] By [
wrhclone] at [2007-11-19 15:57:12]

# 1 Re: How to debug sys file, thanks!
Hi I dont know about SoftICE, looks kind of menacing to me too when I try to work with it. However the simplest option would be too insert DbgPrint statements in the source code of your program and then view the output either using a kernel debugger or Dbgview by Systeminternals.
And yes if do not have the souce code itself for your driver then I am not sure what one do ;), you could alternately try another debugger/disassembler called IDA Pro :)