A pykd maintenance fork
Go to file
ussrhero 7fa4ec351a Merge branch 'python3-iterator' into '0.3.2'
Add __next__ method to follow python3 iterator protocol

See merge request pykd/pykd!3
2018-04-21 09:13:25 -04:00
.nuget added kdlibcpp as submodule 2017-11-18 14:32:18 +03:00
docs/ru [0.3.x] branch : docs 2017-11-03 14:36:27 +04:00
kdlibcpp@8d28d97eaa change kdlibcpp version to 1.1.13 2018-03-05 12:44:20 +03:00
nsis_setup [0.3.x] added setup.py 2017-11-03 15:23:01 +04:00
pykd Add __next__ method to follow python3 iterator protocol 2018-04-21 12:28:24 +04:00
pykd_bootstrapper [0.3.x] fixed : issue #13898 ( sys.stdout.isatty() raises AttributeError ) 2017-11-03 15:24:08 +04:00
pykd_ext add dml for error output 2018-01-18 11:08:01 +03:00
samples [0.3.x] added : callFunctionRaw ( call function without prototype ) 2017-11-16 17:33:14 +04:00
setup [pykd_ext] fixed : issue #4 ( output is copied from am additional command window to the main ) 2017-12-27 20:50:06 +03:00
snippets added markdown formatter for auto created documentation 2017-12-28 12:01:03 +03:00
test/scripts Fix tests python3 compatibility 2018-04-20 09:38:30 +04: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-0.3-2010.sln [0.3.x] added : hardware breakpoint with setBp 2017-11-03 14:36:27 +04:00
pykd-0.3-2012.sln [0.3.x] added setup.py 2017-11-03 15:23:01 +04:00
pykd-0.3-2013.sln added kdlibcpp as submodule 2017-11-18 14:32:18 +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)