Edited Issue: [0.3.x] failed to get any field from struct with static field...
Any operation with struct containing static field leads to exception:```s = typedVar("structWithStatic", addr)print sprint s.type()print s.staticFieldprint s.noStaticField```Any action lead to...
View ArticleReleased: PYKD 0.3.1.6 (Sep 09, 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.6 (Sep 09, 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 ArticleSource code checked in, #91034
[0.3.x] added : setIP, setSP, setBP routines ( change instruction, stack, frame pointers )
View ArticleSource code checked in, #91037
[0.3.x] added : defineFunction ( "Define custom function prototype" )
View ArticleSource code checked in, #91040
[0.3.x] added : callFunction routine ( call function in the target process )
View ArticleSource code checked in, #91041
[0.3.x] added : callFunctionByAddr routine ( call function in the target process by type and offset )
View ArticleSource code checked in, #91042
[0.3.x] added : typedVar.__call__ method ( run function in the target process )
View ArticleSource code checked in, #91043
[0.3.x] added : stackAlloc routine ( allocate bytes of space in the stack in the target process ) [0.3.x] added : stackFree routine ( free space in the stack previously allocated by stackAlloc )
View ArticleCreated Issue: [pykd_bootstarpper_2.0] !pykd.info throws unhandled exception...
3: kd> !pykd.infoe06d7363 Exception in pykd.dll.info debugger extension. PC: 751a5b68 VA: 060fd618 R/W: 19930520 Parameter: 079d79ccThis exception throws if there is no python installedExpected:...
View ArticleEdited Issue: [pykd_bootstarpper_2.0] !pykd.info throws unhandled exception...
3: kd> !pykd.infoe06d7363 Exception in pykd.dll.info debugger extension. PC: 751a5b68 VA: 060fd618 R/W: 19930520 Parameter: 079d79ccThis exception throws if there is no python installedExpected:...
View ArticleSource code checked in, #91044
[pykd_ext_2.0] fixed : issue #13983 ( !pykd.info throws unhandled exception )
View ArticleCommented Issue: [pykd_bootstarpper_2.0] !pykd.info throws unhandled...
3: kd> !pykd.infoe06d7363 Exception in pykd.dll.info debugger extension. PC: 751a5b68 VA: 060fd618 R/W: 19930520 Parameter: 079d79ccThis exception throws if there is no python installedExpected:...
View ArticleEdited Issue: [pykd_bootstrapper_2.0] !pykd.info throws unhandled exception...
3: kd> !pykd.infoe06d7363 Exception in pykd.dll.info debugger extension. PC: 751a5b68 VA: 060fd618 R/W: 19930520 Parameter: 079d79ccThis exception throws if there is no python installedExpected:...
View ArticleSource code checked in, #91045
[0.3.x] added : writeCStr, writeWStr ( write 0 terminated string to the target memory )
View ArticleReleased: PYKD 0.3.1.7 (Sep 19, 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.7 (Sep 19, 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 ArticleUpdated Wiki: PYKD 0.3. API Reference
FunctionsaddSyntheticSymboladdr64appendSrcPathappendSymbolPathattachKernelattachProcessbreakinbugCheckDatacallExtcallFunctionByAddrcallFunctionByPtrcloseDumpcompareMemorycontainingRecordcreateStructcre...
View ArticleSource code checked in, #91049
[pykd_ext_2.0] added : python version can be note in the first script line ( shebang line )
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 Article