A pykd maintenance fork
Go to file
2017-12-17 15:05:18 -05: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@76c8c895ba added kdlibcpp as submodule 2017-11-18 14:32:18 +03:00
nsis_setup [0.3.x] added setup.py 2017-11-03 15:23:01 +04:00
pykd added kdlibcpp as submodule 2017-11-18 14:32:18 +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 [pykd_ext_2.0] fixed : issue # 14104 ( !py command crashes if a script does not exist ) 2017-11-16 17:33:14 +04:00
samples [0.3.x] added : callFunctionRaw ( call function without prototype ) 2017-11-16 17:33:14 +04:00
setup added kdlibcpp as submodule 2017-11-18 14:32:18 +03:00
snippets [0.3.x] added : targetSystem.getProcessBySystemId method ( return process by PID ) 2017-11-03 15:24:08 +04: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 added kdlibcpp as submodule 2017-11-18 14:32:18 +03:00
LICENSE Update LICENSE 2017-11-17 10:44:55 -05: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 Update README.md 2017-12-17 15:05:18 -05: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](/Pykd bootstrapper)

Releases:

[Last Release](/Last Release)

Documentation

[User Manual](/User Manual rus)