A pykd maintenance fork
Go to file
ussrhero 223c225d71 added typeInfo::scopeName method
added typeInfoProviderIterator class
added typeInfoProvider::getIterator method
added typeInfoProvider::__iter__ method
added typeInfoProvider::__getattr__ method
2018-05-14 11:45:12 +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@b4c87cee2d added typeInfo::scopeName method 2018-05-14 11:45:12 +03:00
nsis_setup [0.3.x] added setup.py 2017-11-03 15:23:01 +04:00
pykd added typeInfo::scopeName method 2018-05-14 11:45:12 +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 added typeInfo::scopeName method 2018-05-14 11:45:12 +03:00
snippets added typeInfo::scopeName method 2018-05-14 11:45:12 +03:00
test/scripts added typeInfo::scopeName method 2018-05-14 11:45:12 +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-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)