From af9127d5d5f2eb2f5c047c7efaa2ce320f2afa68 Mon Sep 17 00:00:00 2001 From: ussrhero Date: Sat, 15 Feb 2020 05:18:49 -0500 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 043e9d3..35925cc 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,20 @@ This project can help to automate debugging and crash dump analysis using Python 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? ## Getting started -* You should have installed python. Supported python: 2.7, 3.5, 3.6 and 3.7 +* You should have installed python. Supported python: 2.7, 3.5, 3.6, 3.7 or 3.8 * Install pykd with command: 'pip install pykd' -* Use pykd bootstrapper to run pykd with windbg +* Use windbg extension (bootstrapper) to run pykd with windbg -## Pykd bootstrapper +## Windbg extension (bootstarpper) Use it to run pykd within windbg. [Home Page](https://githomelab.ru/pykd/pykd-ext) [Download](https://githomelab.ru/pykd/pykd-ext/wikis/Downloads) +## Releases +Just run 'pip install pykd' to install or 'pip install pykd --upgrade' to upgrade to the last version +[PyPi](https://pypi.org/project/pykd) +[All Releases](/../wikis/All Releases) + ## Documentation [Wiki Home](/../wikis/Home) [User Manual](/../wikis/User Manual rus) @@ -31,10 +36,6 @@ A library with auxiliary modules for writing small pykd scripts and daily use. [windbg-kernel](https://githomelab.ru/pykd/windbg-kernel) Set of pykd script for kernel debugging -## Releases -[All Releases](/../wikis/All Releases) -[PyPi](https://pypi.org/project/pykd) -Just run 'pip install pykd' to install or 'pip install pykd --upgrade' to upgrade to the last version ## How to build ? * install VS 2017