This project can help to automate debugging and crash dump analysis using Python. It allows one to take the best from both worlds: the expressiveness and convenience of Python with the power of WinDbg!
Additionally, pykd can work in two ways:
It's a Python module and can be used in any Python script
Also it can be loaded as a WinDbg extension and provide service to control the debugger from a Python script
Why do I need this?
If you want to automate the debugger but dislike the WinDbg built-in script machine syntax it's time to try again using the handy and powerful Python language. Even if you don't want to create your own script, maybe some existing scripts will be of interest to you?
current PYKD 0.2.0.20
date Mon May 6, 2013 at 3:00 PM
status Beta