Update README.md

This commit is contained in:
ussrhero 2020-10-21 14:16:34 -04:00
parent 29a0fc0c09
commit eeabea3f8d

View File

@ -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