Windbg : Différence entre versions

De UnixWiki
Aller à : navigation, rechercher
 
Ligne 2 : Ligne 2 :
   
 
[[Load sos.dll]]<br>
 
[[Load sos.dll]]<br>
  +
  +
== 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

Version actuelle datée du 5 octobre 2018 à 11:26

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