Is there a way to define custom codes (with messages/descriptions and whatnot) so that when, in a kernel-mode driver in Windows, I call KeBugCheckEx to issue a custom BugCheck code, WinDbg displays the associated message that comes with that custom bugcheck code?
Is there a way to define custom codes (with messages/descriptions and whatnot) so that
Share
Text about the known bugcheck codes is compiled into one of the extension DLLs. This isn’t something that’s extensible in any kind of easy way as far as I know (i.e. you can’t just add text to a file someplace).