From 85de829d39ab4e9ab5c563dcc7dc7e10dff27d40 Mon Sep 17 00:00:00 2001 From: ussrhero Date: Tue, 10 Jul 2018 07:50:01 -0400 Subject: [PATCH] Update README.md --- README.md | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index a07bf98..92adabb 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,24 @@ -# 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](/../wikis/Pykd bootstrapper) - -## Releases: -[Last Release](/../wikis/Last Release) - -## Documentation -[User Manual](/../wikis/User Manual rus) -[API Reference](/../wikis/API Reference) +# 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](/../wikis/Pykd bootstrapper) + +## Releases: +[Last Release](/../wikis/Last Release) + +## Documentation +[User Manual](/../wikis/User Manual rus) +[API Reference](/../wikis/API Reference) + +## How to build ? +* Install VS 2017 +* get sources: +* +* +* \ No newline at end of file