From eeabea3f8d54977884bd4d6f8a311b94551f0ed4 Mon Sep 17 00:00:00 2001 From: ussrhero Date: Wed, 21 Oct 2020 14:16:34 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35925cc..6aff806 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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, 3.7 or 3.8 +* You should have installed python. Supported python: 2.7, 3.5 - 3.9 * Install pykd with command: 'pip install pykd' * Use windbg extension (bootstrapper) to run pykd with windbg