pykd/README.md

17 lines
716 B
Markdown
Raw Normal View History

2017-12-18 04:05:18 +08:00
# Pykd - python extension for WinDBG
## Purpose
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!
## 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?
## Pykd bootstrapper
2017-12-18 05:16:26 +08:00
[Download](/../wikis/Pykd bootstrapper)
2017-12-18 04:05:18 +08:00
## Releases:
2017-12-18 05:16:26 +08:00
[Last Release](/../wikis/Last Release)
2017-12-18 04:05:18 +08:00
## Documentation
2017-12-18 05:16:26 +08:00
[User Manual](/../wikis/User Manual rus)