Created Release: PYKD 0.3.0.32 (Oct 12, 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.32 (Oct 12, 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.32 (Oct 12, 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 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] isValid rasies MemoryException with typedVar [13744]
```>>> isValid(0x0) # returning False is expectedFalse>>> isValid(typedVar("UInt4B", 0)) # raising MemoryException is not expectedTraceback (most recent call last): File...
View ArticleEdited Issue: [0.3.x] isValid rasies MemoryException with typedVar [13744]
```>>> isValid(0x0) # returning False is expectedFalse>>> isValid(typedVar("UInt4B", 0)) # raising MemoryException is not expectedTraceback (most recent call last): File...
View ArticleCommented Issue: [0.3.x] isValid rasies MemoryException with typedVar [13744]
```>>> isValid(0x0) # returning False is expectedFalse>>> isValid(typedVar("UInt4B", 0)) # raising MemoryException is not expectedTraceback (most recent call last): File...
View ArticleEdited Feature: [0.3.x] isValid rasies MemoryException with typedVar [13744]
```>>> isValid(0x0) # returning False is expectedFalse>>> isValid(typedVar("UInt4B", 0)) # raising MemoryException is not expectedTraceback (most recent call last): File...
View ArticleNew Post: pykd 0.3 - Receiving error when trying to set registers
Master OnlineMaster MBAMaster MBAMaster enfermeriaMaster a distanciaMaster recursos humanosMaster recursos humanosMaster educacion secundariaMaster marketing
View ArticleCommented 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 ArticleSource code checked in, #90846
[0.3.x] added : typeInfo.isVtbl method ( returns true if type is virtual table )
View ArticleSource code checked in, #90847
[0.3.x] added : typeInfo.fieldOffset method ( get fieldOffset by field's index )
View ArticleSource code checked in, #90850
[0.3.x] fixed : issue # 13745 ( the method module.getVersion is missed )
View ArticleNew Post: 0.3.x change breakpoint behaviour
Hi All! We have some bug with conditional breakpoints. See:http://pykd.codeplex.com/workitem/13750http://pykd.codeplex.com/workitem/13748 The main problem the time of live of the python object is not...
View ArticleNew Post: 0.3.x change breakpoint behaviour
I think:setBp always return strong reference (remove break point on destroy returned object)getBp always return weak reference
View ArticleSource code checked in, #90852
[0.3.x] added : __dir__ method for typedVar ( return list of fields name )
View ArticleSource code checked in, #90853
[0.3.x] added : __dir__ method for typeInfo ( return list of fields name )
View ArticleReleased: PYKD 0.3.0.33 (Oct 22, 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 Article