Skip to content

Instantly share code, notes, and snippets.

@codito
Created February 1, 2012 08:44
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save codito/1715992 to your computer and use it in GitHub Desktop.
Save codito/1715992 to your computer and use it in GitHub Desktop.
WinDBG Debug Snippets

Kernel driver debugging tips

Enable DbgPrint/KdPrint

kd> ed nt!Kd_DEFAULT_MASK 0xFFFFFFFF

reg add "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Debug Print Filter" /v DEFAULT /t REG_DWORD /d 0xFFFFFFFF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment