« Windbg » : différence entre les versions
		
		
		
		
		
		Aller à la navigation
		Aller à la recherche
		
				
		
		
	
 (Page créée avec « [http://windbg.info/doc/1-common-cmds.html Windbg] commands »)  | 
				Aucun résumé des modifications  | 
				||
| (Une version intermédiaire par le même utilisateur non affichée) | |||
| Ligne 1 : | Ligne 1 : | ||
[http://windbg.info/doc/1-common-cmds.html Windbg] commands  | 
  [http://windbg.info/doc/1-common-cmds.html Windbg] commands  | 
||
[[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