New Post: !irp returns none on 32bit dumps
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...
View ArticleNew Post: !irp returns none on 32bit dumps
Bingo! both methods work fine. Thanks for the help, appreciate it :)
View ArticleSource code checked in, #90999
[pykd_ext_2.0] fixed : pykd is not initialized exception
View ArticleReleased: PYKD BOOTSTRAPPER 2.0 (Jun 23, 2016)
PYKD BOOTSTRAPPER is a windbg extension. It is a simple dll file (pykd.dll). It DOES NOT contain pykd functionallity. I is designed to locate and initialize python core inside windbg. Then you can use...
View ArticleUpdated Release: PYKD BOOTSTRAPPER 2.0 (Jun 23, 2016)
PYKD BOOTSTRAPPER is a windbg extension. It is a simple dll file (pykd.dll). It DOES NOT contain pykd functionallity. I is designed to locate and initialize python core inside windbg. Then you can use...
View ArticleReleased: PYKD BOOTSTRAPPER 2.0 (Jun 23, 2016)
PYKD BOOTSTRAPPER is a windbg extension. It is a simple dll file (pykd.dll). It DOES NOT contain pykd functionality. I is designed to locate and initialize python core inside windbg. Then you can use...
View ArticleUpdated Release: PYKD BOOTSTRAPPER 2.0 (Jun 23, 2016)
PYKD BOOTSTRAPPER is a windbg extension. It is a simple dll file (pykd.dll). It DOES NOT contain pykd functionality. I is designed to locate and initialize python core inside windbg. Then you can use...
View ArticleSource code checked in, #91005
[0.3.x] added : __str__ operator for targetSystem, targetProcess, targetThread classed
View ArticleReleased: PYKD 0.3.1.4 (Jul 11, 2016)
Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way. Follow this link pykd bootstrapper 2.0 to install pykd bootstrapper and get...
View ArticleCreated Release: PYKD 0.3.1.4 (Jul 11, 2016)
Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way. Follow this link pykd bootstrapper 2.0 to install pykd bootstrapper and get...
View ArticleCreated Unassigned: [0.3.1.3] module.findSymbol long time execution [13938]
Calling module.findSymbol indirectly leads to a loading symbols by dbgeng:```00 0000000000219918 000007fefdcace1d ntdll!ZwClose+0xa01 0000000000219920 000007fefdca692c...
View ArticleEdited Issue: [0.3.1.3] module.findSymbol long time execution [13938]
Calling module.findSymbol indirectly leads to a loading symbols by dbgeng:```00 0000000000219918 000007fefdcace1d ntdll!ZwClose+0xa01 0000000000219920 000007fefdca692c...
View ArticleSource code checked in, #91006
[pykd_ext_2.0] fixed : exception "pykd is not initialized" after restart windbg
View ArticleReleased: PYKD BOOTSTRAPPER 2.0 (Jun 23, 2016)
PYKD BOOTSTRAPPER is a windbg extension. It is a simple dll file (pykd.dll). It DOES NOT contain pykd functionality. I is designed to locate and initialize python core inside windbg. Then you can use...
View ArticleUpdated Release: PYKD BOOTSTRAPPER 2.0 (Jun 23, 2016)
PYKD BOOTSTRAPPER is a windbg extension. It is a simple dll file (pykd.dll). It DOES NOT contain pykd functionality. I is designed to locate and initialize python core inside windbg. Then you can use...
View ArticleEdited Issue: [0.3.1.3] module.findSymbol long time execution [13938]
Calling module.findSymbol indirectly leads to a loading symbols by dbgeng:```00 0000000000219918 000007fefdcace1d ntdll!ZwClose+0xa01 0000000000219920 000007fefdca692c...
View ArticleCreated Unassigned: x64 install [13940]
Hi,I can't get 64bit pykd to load.x86 works fine: I copy pykd.dll to winext and do ".load pykd" however , when I do the same for x64, I get The call to LoadLibrary(pykd) failed, Win32 error 0n126"The...
View ArticleCommented Unassigned: x64 install [13940]
Hi,I can't get 64bit pykd to load.x86 works fine: I copy pykd.dll to winext and do ".load pykd" however , when I do the same for x64, I get The call to LoadLibrary(pykd) failed, Win32 error 0n126"The...
View Article