Skip to content

Instantly share code, notes, and snippets.

View mebuis's full-sized avatar
💭
I may be slow to respond.

mebuis

💭
I may be slow to respond.
View GitHub Profile
@mebuis
mebuis / KernelMode.md
Created October 22, 2017 07:52 — forked from codito/KernelMode.md
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

@codito
codito / KernelMode.md
Created February 1, 2012 08:44
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