Windbg

De UnixWiki
Aller à : navigation, rechercher

Windbg commands

Load sos.dll

Remote Kernel debug

On debugged machine type:

 bcdedit.exe -dbgsettings net hostip:xxx.xxx.xxx.xxx port:1234

Don't forget, to remove the unsigned driver protection

 bcdedit.exe -set testsigning on

Boot the debugged machine in debug mode

 bcdedit.exe -set debug on