0

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

oppo
  • 169
  • 8

1 Answers1

3

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

blabb
  • 8,674
  • 1
  • 18
  • 27