Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

New Post: !irp returns none on 32bit dumps

$
0
0
It seems loadExt is sensitive to a debug target's presence.
Try to change the call's order:
loadDump(bugcheckData['dump'])  
extHandle = loadExt(r"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\winxp\kdexts.dll") 
Or use a windbg metacommand '.load'. It does not check If there is a debug target.
pykd.dbgCommand(".load \"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\winxp\kdexts.dll\")

Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>