Source code checked in, #89812
[0.3.x] renamed : onModuleLoad method to onLoadModule ( like in 0.2.x version )
View ArticleNew Post: pykd 0.3 doesn't work eventHandler onLoadModule
I've renamed methods like they were in 0.2.x: onLoadModule onUnloadModule But there are still some incompabilties with original scripts: 1) def onLoadModule(self, module) - this is prototype form pykd...
View ArticleNew Post: pykd 0.3 doesn't work eventHandler onLoadModule
Thank you i have known about another method signature already.
View ArticleNew Post: Unable to load the pykd.pyd extension
I have downloaded and installed both x64 and x86 extensions and tried to load them but am getting erros like it doesnt recognize the file as a valid WIN32/64 module. Can someone give me a little...
View ArticleNew Post: Unable to load the pykd.pyd extension
NVM, figured it out with procmon. The Exe DOES NOT install the python dll like it claimed in some documentation I read. I had to install it manually.
View ArticleNew Post: Unable to load the pykd.pyd extension
Does it work now? Do you need any help?
View ArticleCreated Issue: [0.3.x] loadXXX routines can hang OS with huge memory...
loadXXX routine ( loadWChar for example ) have a weak buffer size check and allocate buffer without checking if memory is accessible. For example:loadWChar(readAddress, 0xFFFFFFFF) will try to allocate...
View ArticleEdited Issue: [0.3.x] loadXXX routines can hang OS with huge memory...
loadXXX routine ( loadWChar for example ) have a weak buffer size check and allocate buffer without checking if memory is accessible. For example:loadWChar(readAddress, 0xFFFFFFFF) will try to allocate...
View ArticleSource code checked in, #89835
[0.3.x] added : isVaRegionValid routine ( check if the virtaul addresses region is valid )
View ArticleCreated Issue: [0.3.x] Call getProcessExeName() reset thread context [13499]
```>>> print dbgCommand("k1")ChildEBP RetAddr 0469a628 7531e305 ntdll!KiFastSystemCallRet>>> print dbgCommand(".ecxr")eax=a285678b ebx=00000413 ecx=75d1a618 edx=00000000 esi=00000209...
View ArticleEdited Issue: [0.3.x] Call getProcessExeName() reset thread context [13499]
```>>> print dbgCommand("k1")ChildEBP RetAddr 0469a628 7531e305 ntdll!KiFastSystemCallRet>>> print dbgCommand(".ecxr")eax=a285678b ebx=00000413 ecx=75d1a618 edx=00000000 esi=00000209...
View ArticleEdited Issue: [0.3.x] Call getProcessExeName() reset thread context [13499]
```>>> print dbgCommand("k1")ChildEBP RetAddr 0469a628 7531e305 ntdll!KiFastSystemCallRet>>> print dbgCommand(".ecxr")eax=a285678b ebx=00000413 ecx=75d1a618 edx=00000000 esi=00000209...
View ArticleEdited Issue: [0.3.x] loadXXX routines can hang OS with huge memory...
loadXXX routine ( loadWChar for example ) have a weak buffer size check and allocate buffer without checking if memory is accessible. For example:loadWChar(readAddress, 0xFFFFFFFF) will try to allocate...
View ArticleReleased: PYKD 0.3.0.20 (Mar 13, 2015)
Installation guide: 0. choose x86 or x64 and download it 1. unpack archive to any catalog 2. if you have not a VS Studio 2012 installed, you should register msdia110.dll by the command regsvr32...
View ArticleUpdated Release: PYKD 0.3.0.20 (Mar 13, 2015)
Installation guide: 0. choose x86 or x64 and download it1. unpack archive to any catalog2. if you have not a VS Studio 2012 installed, you should register msdia110.dll by the command regsvr32...
View ArticleReleased: PYKD 0.3.0.20 (Mar 13, 2015)
Installation guide: 0. choose x86 or x64 and download it 1. unpack archive to any catalog 2. if you have not a VS Studio 2012 installed, you should register msdia110.dll by the command regsvr32...
View ArticleUpdated Release: PYKD 0.3.0.20 (Mar 13, 2015)
Installation guide: 0. choose x86 or x64 and download it1. unpack archive to any catalog2. if you have not a VS Studio 2012 installed, you should register msdia110.dll by the command regsvr32...
View ArticleCreated Unassigned: [0.3.x] ln/findSymbol(...) mismatch [13501]
```0:032> ln 717297dc (00000000`717297dc) msvcr90!_crtLCMapStringW | (00000000`71729d64) msvcr90!_crtCompareStringAExact matches: msvcr90!_crtLCMapStringW (<no parameter info>)``````0:032>...
View ArticleEdited Issue: [0.3.x] ln/findSymbol(...) mismatch [13501]
```0:032> ln 717297dc (00000000`717297dc) msvcr90!_crtLCMapStringW | (00000000`71729d64) msvcr90!_crtCompareStringAExact matches: msvcr90!_crtLCMapStringW (<no parameter info>)``````0:032>...
View Article