Quantcast
Channel: Python extension for WinDbg
Browsing all 1625 articles
Browse latest View live
↧

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 Article


New Post: !irp returns none on 32bit dumps

Bingo! both methods work fine. Thanks for the help, appreciate it :)

View Article


Source code checked in, #90999

[pykd_ext_2.0] fixed : pykd is not initialized exception

View Article

Released: 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 Article

Updated 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 Article


Released: 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 Article

Updated 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 Article

Source code checked in, #91002

[0.3.x] added : supported static local variables

View Article


Source code checked in, #91004

[0.3.x] changed : version up to 0.3.1.4

View Article


Source code checked in, #91005

[0.3.x] added : __str__ operator for targetSystem, targetProcess, targetThread classed

View Article

Released: 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 Article

Created 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 Article

Created 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 Article


Edited 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 Article

Source code checked in, #91006

[pykd_ext_2.0] fixed : exception "pykd is not initialized" after restart windbg

View Article


Released: 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 Article

Updated 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 Article


Edited 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 Article

Created 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

Commented 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
Browsing all 1625 articles
Browse latest View live