From 1100c3c02f99360e8d6bfe6382d1108b21d73f3d Mon Sep 17 00:00:00 2001 From: ussrhero Date: Sun, 17 Dec 2017 15:05:18 -0500 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dffd41f..c43d8e1 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -PYKD \ No newline at end of file +# 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 +[Download](/Pykd bootstrapper) + +## Releases: +[Last Release](/Last Release) + +## Documentation +[User Manual](/User Manual rus)