mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-16 16:53:22 +08:00
Update README.md
This commit is contained in:
parent
b9b6beb768
commit
85de829d39
41
README.md
41
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:
|
||||
*
|
||||
*
|
||||
*
|
Loading…
Reference in New Issue
Block a user