I want to write a kernel mode debugger for windows like windbg. Is there any SDK or demo can help?
Asked
Active
Viewed 268 times
1 Answers
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
-
That's exactly what I want, thanks a lot! – oppo Feb 25 '16 at 06:11