Released: 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 ArticleUpdated Release: 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 ArticleEdited Issue: [pykd_bootstrapper] '!py C:' crashes windbg [14058]
subjComments: ** Comment from web user: kernelnet ** fixed 2.0.0.7
View ArticleCreated Unassigned: [0.3.x] dbgCommand skips text output from breakpoints...
>bp ntdll!NtCreateFile "py C:/temp/test.py">gntdll!NtCreateFile:"string from test.py" <-- as expected>!py>>>dbgCommand("bp ntdll!NtCreateFile \"!py...
View ArticleEdited Unassigned: [0.3.x] dbgCommand skips text output from breakpoints [14060]
```>bp ntdll!NtCreateFile "py C:/temp/test.py">gntdll!NtCreateFile:"string from test.py" <-- as expected>!py>>>dbgCommand("bp ntdll!NtCreateFile \"!py...
View ArticleCreated Issue: [0.3.x] unhandled exception after use bp with dbgCommand [14061]
```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] unhandled exception after use bp with dbgCommand [14061]
```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 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 ArticleUpdated Release: PYKD BOOTSTRAPPER 2.0 (июн 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 ArticleCommented Issue: [0.3.x] dbgCommand skips text output from breakpoints [14060]
```>bp ntdll!NtCreateFile "py C:/temp/test.py">gntdll!NtCreateFile:"string from test.py" <-- as expected>!py>>>dbgCommand("bp ntdll!NtCreateFile \"!py...
View ArticleEdited Issue: [0.3.x] dbgCommand skips text output from breakpoints [14060]
```>bp ntdll!NtCreateFile "py C:/temp/test.py">gntdll!NtCreateFile:"string from test.py" <-- as expected>!py>>>dbgCommand("bp ntdll!NtCreateFile \"!py...
View ArticleEdited Issue: [0.3.x] unhandled exception after use bp with dbgCommand [14061]
```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 ArticleCommented Issue: [0.3.x] unhandled exception after use bp with dbgCommand...
```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 Issue: [pykd_ext_2.0] dbgCommand('q') leads to windbg hung [14066]
Run this script:```pykd.dbgCommand('q')```Expected: debug session is closedIn fact: windbg is hang
View ArticleEdited Issue: [pykd_ext_2.0] dbgCommand('q') leads to windbg hung [14066]
Run this script:```pykd.dbgCommand('q')```Expected: debug session is closedIn fact: windbg is hang
View ArticleSource code checked in, #91173
[pykd_ext_2.0] fixed : issue 14066 (dbgCommand('q') leads to windbg hung)
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 ArticleUpdated Release: PYKD BOOTSTRAPPER 2.0 (июн 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