Source code checked in, #90981
[0.3.x] fixed : issue #13898 ( sys.stdout.isatty() raises AttributeError )
View ArticleReleased: BOOTSTRAPPER FOR PYKD 0.3.x (Apr 15, 2015)
pykd.dll is windbg extension. It can load python core and pykd.pyd, installed as python module ( command: pip install pykd ). Using bootstrapper pykd.dll - is recommended way to use pykd with windbg.To...
View ArticleUpdated Release: BOOTSTRAPPER FOR PYKD 0.3.x (Apr 15, 2015)
pykd.dll is windbg extension. It can load python core and pykd.pyd, installed as python module ( command: pip install pykd ). Using bootstrapper pykd.dll - is recommended way to use pykd with windbg....
View ArticleCreated Release: PYKD 0.3.1.2 (Apr 28, 2016)
Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way. All you need:1. download pykd bootstapper2. choose version ( x64 or x86 ) and...
View ArticleReleased: PYKD 0.3.1.2 (Apr 28, 2016)
Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way. All you need: 1. download pykd bootstapper 2. choose version ( x64 or x86 ) and...
View ArticleUpdated Release: PYKD 0.3.1.2 (Apr 28, 2016)
Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way. All you need:1. download pykd bootstapper2. choose version ( x64 or x86 ) and...
View ArticleEdited Issue: [0.3.x] sys.stdout.isatty() raises AttributeError [13898]
WinDBG REPL:```>>> import sys>>> sys.stdout.isatty()Traceback (most recent call last): File "<console>", line 1, in <module>AttributeError: 'dout' object has no attribute...
View ArticleEdited Issue: [0.3.1.x] pykd import error on python 3 [13897]
```>>> import pykdTraceback (most recent call last): File "<stdin>", line 1, in <module> File...
View ArticleCommented Unassigned: Kernel Hardware Breakpoint Single Step [13895]
I've been trying to use pykd to add hardware breakpoints on heap allocation functions in kernel mode. I'm experiencing a problem where after a few executions the kernel halts with a "Single step...
View ArticleCreated Unassigned: [1.0.1.14] Cannot load pykd.dll [13901]
I am using Windbg 6.12.0002.633 on Windows 7. I downloaded pykd 1.0.1.14 which was released on April 28, 2016. I copied the dll to the correct winext path. When I try to load this dll by doing `.load...
View ArticleCommented Unassigned: [1.0.1.14] Cannot load pykd.dll [13901]
I am using Windbg 6.12.0002.633 on Windows 7. I downloaded pykd 1.0.1.14 which was released on April 28, 2016. I copied the dll to the correct winext path. When I try to load this dll by doing `.load...
View ArticleSource code checked in, #90985
[0.3.x] added : onChangeSymbolPaths event ( Symbol paths has been changed )
View ArticleSource code checked in, #90986
[0.3.x] added : typedVar.castTo method ( cast variable to the type and return new typedVar instance )
View ArticleReleased: PYKD 0.3.1.3 (May 17, 2016)
Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way. All you need: 1. download pykd bootstapper 2. choose version ( x64 or x86 ) and...
View ArticleCreated Release: PYKD 0.3.1.3 (May 17, 2016)
Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way. All you need:1. download pykd bootstapper2. choose version ( x64 or x86 ) and...
View ArticleCreated Issue: [0.3.x] typedVarList returns 1 extra element [13919]
It seems it returns head of list as a last list element
View ArticleEdited Issue: [0.3.x] typedVarList returns 1 extra element [13919]
It seems it returns head of list as a last list element
View ArticleClosed Issue: [0.3.x] typedVarList returns 1 extra element [13919]
It seems it returns head of list as a last list elementComments: not confirmed
View ArticleNew Post: !irp returns none on 32bit dumps
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...
View Article