Reply to thread

Be sure to set up Windbg as the default handler for dump files & set Windbg to "Run as Admin" via "Compatibility" tab in Windows Explorer -


https://www.sysnative.com/forums/bsod-kernel-dump-analysis-debugging-information/7627-register-windbg-for-dump-files-windbg-symbol-setup.html#post58642


We usually deal with kernel dumps in %userprofile%\SysnativeBSODApps, which is created  by writhziden's BSOD kernel dump automation processing app -


https://www.sysnative.com/forums/bsod-processing-apps-download-|-information-|-discussions/3219-official-update-sysnative-blue-screen-of-death-processing-apps-2.html#post46231


All dump processing is automated and directly interfaces with John Carrona's (usasma) Driver Reference Table (DRT) , which ID's 3rd party drivers.


Carrona DRT - http://www.carrona.org/dvrref.php

Sysnative Mirror - http://www.sysnative.com/drivers/


You should check Mike's app out if you have not already done so.  There are also DLLs written by niemiro & much more.


Obviously, there are times when you need to run Windbg GUI itself.  For example, I do so for 0x9f (0x3,,,) & use the !irp command, if necessary.


Kind Regards. . .


John


Back
Top