A pykd maintenance fork
Go to file
2018-02-25 10:03:36 +03: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@9bfa80d7f4 upd: kdlibcpp (dev-1.0 -> FETCH_HEAD) 2018-02-25 10:03:36 +03:00
nsis_setup [0.3.x] added setup.py 2017-11-03 15:23:01 +04:00
pykd [pykd] fixed : issue #5 (loadAnsiStr error string) 2017-12-25 15:51:29 +03: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 [0.3.x] added : typeInfo.__getitem__ (Get a field's type by the field's name ) 2017-11-16 17:33:14 +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)