From: hexxx on
Rohit wrote on 06/16/2006 08:29 ET :
> Hi all,
> Is there a Win32 API which captures WinXp DDK DbgPrint messeges.
> I mean i wanted to capture those messeges without using a standard
> debugger...
> Can anybody help me for this,
>
> Thanks and Regards,
> Rohit
I know that it's been 4 years :) But still google shows this topic when people
search how to catch debug output. For Vista it's quite simple - there's a
function which allows you to intercept the debug output. For XP and earlier
there's no such function. You'll have to patch kernel. DebugView does the same
way. It finds the address of DbgPrint and patches the kernel.