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

New Post: !irp returns none on 32bit dumps

$
0
0
Okay, I tried to add the above line and it always returns -
Call IDebugAdvanced::Request failed
HRESULT 0x8000ffff
I tried to load a few other extensions just to check if it was able to load but no success.

The code is pretty simple right now -

from pykd import *
bugcheckData = json.loads(sys.argv[1]) # has bugcheck info and dump file location
initialize()
extHandle = loadExt(r"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\winxp\kdexts.dll") ## Fails here
loadDump(bugcheckData['dump'])
commandOutput = callExt(extHandle, 'irp ' + str(bugcheckData['Arg4'])) ##This maybe wrong but it does not reach here
print commandOutput

Viewing all articles
Browse latest Browse all 1625

Trending Articles



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