A pykd maintenance fork
Go to file
ussrhero b278f8b27f Merge branch 'pykd-init' into 'vs2017-support'
Pykd init/deinit fix

See merge request pykd/pykd!5
2018-06-02 04:34:01 -04:00
docs/ru [0.3.x] branch : docs 2017-11-03 14:36:27 +04:00
kdlibcpp@6f96e046f3 pykd_deinit function 2018-05-07 01:05:16 +03:00
pykd Merge branch 'pykd-init' into 'vs2017-support' 2018-06-02 04:34:01 -04:00
samples [0.3.x] added : callFunctionRaw ( call function without prototype ) 2017-11-16 17:33:14 +04:00
setup upgrade pykd project 2018-04-15 22:16:04 +03:00
snippets upgrade pykd project 2018-04-15 22:16:04 +03:00
test/scripts new boost support 2018-04-25 00:44:13 +03:00
.gitmodules upd: kdlibcpp (dev-1.0 -> FETCH_HEAD) 2018-02-25 10:03:36 +03:00
LICENSE upd: kdlibcpp (dev-1.0 -> FETCH_HEAD) 2018-02-25 10:03:36 +03:00
pykd.sln upgrade pykd project 2018-04-15 22:16:04 +03:00
README.md upd: kdlibcpp (dev-1.0 -> FETCH_HEAD) 2018-02-25 10:03:36 +03:00

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)