Page 1 of 1

.........

Posted: Sun Aug 28, 2011 3:38 am
by Yooooooo5454
..............

Re: Windows Driver Debugging

Posted: Sun Aug 28, 2011 4:12 am
by Konorisius
I needed to write a driver long time ago. As fare as I remember you need to boot Windows 7 in debug mode. You can edit the boot option with bcdedit, like:

Code: Select all

bcdedit /set [ID] debug on
[source]

You can get a driver debugger from the Windows Driver Kit from Microsoft.

If the WLAN card driver is not yours and you don't have permission, you should ask a lawyer if this debugging is illegal in your country!

Re: Windows Driver Debugging

Posted: Sun Aug 28, 2011 5:09 pm
by Owen
Generally this kind of stuff is done by ACPI (i.e. somehow WButton.exe invokes an ACPI method)

Re: Windows Driver Debugging

Posted: Wed Aug 31, 2011 11:53 am
by Zerith
Windbg (free) & Syser Kernel Debugger (has GUI)