Updated Release: PYKD 0.3.2.1 (мар 08, 2017)
Supported Python VersionPython 2.7 x86/x64Python 3.5 x86/x64Python 3.6 x86/x64Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way....
View ArticleReleased: PYKD 0.3.2.1 (Mar 08, 2017)
Supported Python VersionPython 2.7 x86/x64 Python 3.5 x86/x64 Python 3.6 x86/x64Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way....
View ArticleUpdated Release: PYKD 0.3.2.1 (мар 08, 2017)
Supported Python VersionPython 2.7 x86/x64Python 3.5 x86/x64Python 3.6 x86/x64Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way....
View ArticleCommented Unassigned: pykd 0.3.2.0 crashes python 3.6.0 on unload [14074]
Initialializing pykd (e.g. by starting and quitting and interactive session immediately) and then unloading it again will crash windbg.The point of the crash is here:...
View ArticleCommented Unassigned: pykd 0.3.2.0 crashes python 3.6.0 on unload [14074]
Initialializing pykd (e.g. by starting and quitting and interactive session immediately) and then unloading it again will crash windbg.The point of the crash is here:...
View ArticleCommented Unassigned: pykd 0.3.2.0 crashes python 3.6.0 on unload [14074]
Initialializing pykd (e.g. by starting and quitting and interactive session immediately) and then unloading it again will crash windbg.The point of the crash is here:...
View ArticleCommented Unassigned: pykd 0.3.2.0 crashes python 3.6.0 on unload [14074]
Initialializing pykd (e.g. by starting and quitting and interactive session immediately) and then unloading it again will crash windbg.The point of the crash is here:...
View ArticleClosed Unassigned: pykd 0.3.2.0 crashes python 3.6.0 on unload [14074]
Initialializing pykd (e.g. by starting and quitting and interactive session immediately) and then unloading it again will crash windbg.The point of the crash is here:...
View ArticleEdited Issue: [0.3.2] getTypeFromSource crashes windbg on [14070]
This code raises debug exception:```print getTypeFromSource("#include <ntddk.h>\n", "_KPROCESS", '-I\"C:/Program Files (x86)/Windows Kits/10/Include/10.0.14393.0/km')```80000003 Exception in...
View ArticleCreated Issue: [0.3.x] getTypeFromSource does not support namespace [14075]
getTypeFromSource(src_code, "mynamespace::MyStruct") throws TypeException
View ArticleEdited Issue: [0.3.x] getTypeFromSource does not support namespace [14075]
getTypeFromSource(src_code, "mynamespace::MyStruct") throws TypeException
View ArticleClosed Issue: [0.3.x] getTypeFromSource does not support namespace [14075]
getTypeFromSource(src_code, "mynamespace::MyStruct") throws TypeExceptionComments: not reproduced
View ArticleReleased: PYKD 0.3.2.2 (Mar 19, 2017)
Supported Python VersionPython 2.7 x86/x64 Python 3.5 x86/x64 Python 3.6 x86/x64Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way....
View ArticleCreated Release: PYKD 0.3.2.2 (мар 19, 2017)
Supported Python VersionPython 2.7 x86/x64Python 3.5 x86/x64Python 3.6 x86/x64Installation as a WinDBG extension with pykd bootstrapper If you are going to run pykd in the windbg it is easiest way....
View ArticleCreated Issue: [0.3.x] getTypeFromSouce crashes on invalid struct definitions...
0:000> !pyPython 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64 bit (AMD64)] on win32Type "help", "copyright", "credits" or "license" for more...
View ArticleEdited Issue: [0.3.x] getTypeFromSouce crashes on invalid struct definitions...
0:000> !pyPython 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64 bit (AMD64)] on win32Type "help", "copyright", "credits" or "license" for more...
View ArticleCreated Unassigned: invalid sys.argv values [14086]
I'm trying to use sys.argv to pass parameters to my script.However, the values are garbage.Here's a sample script to reproduce the issue:```import sysprint(sys.argv)```Now in windbg:```kd> !py...
View ArticleCommented Unassigned: invalid sys.argv values [14086]
I'm trying to use sys.argv to pass parameters to my script.However, the values are garbage.Here's a sample script to reproduce the issue:```import sysprint(sys.argv)```Now in windbg:```kd> !py...
View Article