« Windbg » : différence entre les versions
		
		
		
		
		
		Aller à la navigation
		Aller à la recherche
		
				
		
		
	
Aucun résumé des modifications  | 
				Aucun résumé des modifications  | 
				||
| 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  | 
|||
Dernière version du 5 octobre 2018 à 09:26
Windbg commands
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