how to write a windows kernel mode debugger?

282 Views Asked by At

I want to write a kernel mode debugger for windows like windbg. Is there any SDK or demo can help?

1

There are 1 best solutions below

1
On BEST ANSWER

if you mean you want to use the underlying engine and write a variation then you can explore AttachKernel DebugEng Function check DbgEng-based-Kernel-Debugger-woodmann.com if you want some pointers