New Post: pykd 0.3 - Receiving error when trying to set registers
Also seeing something similar when using pykd.getCurrentThread():0:000> ~ . 0 Id: 580.758 Suspend: 1 Teb: 000007ff`fffde000 Unfrozen 0:000> .load pykd 0:000> !py Python 2.7.9 (default, Dec 10...
View ArticleCreated Unassigned: [0.3.x] some functions disturb thread context [13725]
see discussion: https://pykd.codeplex.com/discussions/645468repro steps:```0:000> .load pykd0:000> !pyPython 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)] on win32Type...
View ArticleNew Post: pykd 0.3 - Receiving error when trying to set registers
Bug confirmed. It is a regression after fix for issue #13499 I've opened an new issue #13725
View ArticleSource code checked in, #90828
[0.3.x] added : ctor for targetSystem, targetProcess and tragetThread classes
View ArticleReleased: PYKD 0.3.0.31 (Oct 02, 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.31 (Oct 02, 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 ArticleCommented Unassigned: [0.3.x] some functions disturb thread context [13725]
see discussion: https://pykd.codeplex.com/discussions/645468repro steps:```0:000> .load pykd0:000> !pyPython 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)] on win32Type...
View ArticleNew Post: pykd 0.3 - Receiving error when trying to set registers
Fixed with 0.3.0.31, please try.
View ArticlePatch Uploaded: #17899
dagestan1337 has uploaded a patch.Description:Adds thread tick count output with feature of filtering by it.
View ArticleEdited Unassigned: [0.3.x] some functions disturb thread context [13725]
see discussion: https://pykd.codeplex.com/discussions/645468repro steps:```0:000> .load pykd0:000> !pyPython 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)] on win32Type...
View ArticleNew Post: pykd 0.3 - Receiving error when trying to set registers
Just tested out 0.3.0.31, and it fixed the issue for me :) Thanks!
View ArticleCreated Unassigned: Read memory functions incorrectly cast pointers [13739]
My use case is as follows:1) x64 debugger2) x64 pykd3) Attached as a kernel debugger4) Target being debugged is x86 platformUsing the read memory functions (ptrMWord, ptrFloat, etc), these apis...
View ArticleCommented Unassigned: Read memory functions incorrectly reports bad address...
My use case is as follows:1) x64 debugger2) x64 pykd3) Attached as a kernel debugger4) Target being debugged is x86 platformUsing the read memory functions (ptrMWord, ptrFloat, etc), these apis...
View ArticleCommented Unassigned: Read memory functions incorrectly reports bad address...
My use case is as follows:1) x64 debugger2) x64 pykd3) Attached as a kernel debugger4) Target being debugged is x86 platformUsing the read memory functions (ptrMWord, ptrFloat, etc), these apis...
View ArticleCreated Issue: [0.3.x] typeInfo constructor raises exception "not...
There is a module with symbols.If we try to get type information by full name:typeInfo("MYMODULE!MYTYPE")It is OKBut if we are trying to get type information by short name:typeInfo("MYTYPE")I get...
View ArticleEdited Issue: [0.3.x] typeInfo constructor raises exception "not implemented"...
There is a module with symbols.If we try to get type information by full name:typeInfo("MYMODULE!MYTYPE")It is OKBut if we are trying to get type information by short name:typeInfo("MYTYPE")I get...
View ArticleCreated Issue: [0.3.x] typeInfo raises TypeException for function pointer...
```pfn = typedVar("funcPtr")pfn1 = typedVar( pfn.type().name(), pfn.address)Traceback (most recent call last): File "<input>", line 1, in <module>TypeException: _function type_: invalid...
View ArticleEdited Issue: [0.3.x] typeInfo raises TypeException for function pointer [13742]
```pfn = typedVar("funcPtr")pfn1 = typedVar( pfn.type().name(), pfn.address)Traceback (most recent call last): File "<input>", line 1, in <module>TypeException: _function type_: invalid...
View Article