PyKD is an extension for [tag:windbg] which provides Python scripting capabilities.
PyKD is an extension for windbg which provides Python scripting capabilities. It can also be used as a Python module in any Python script.
Load the extension with .load pykd.pyd
and make sure you use the correct bitness. !pycmd
in WinDbg starts an interactive console and !py <script>
runs a script.
PyKD works with Pythion 2.6 and 2.7. PyKD's license is Ms-PL.