A pykd maintenance fork
Go to file
2019-05-03 15:05:50 -04:00
docs/ru [0.3.x] branch : docs 2017-11-03 14:36:27 +04:00
kdlibcpp@cccb3430c0 set kdlibcpp to 1.2.8 2019-04-29 22:02:58 +03:00
pykd added : stackFrame::getSourceLine method 2019-04-30 00:12:21 +03:00
samples [0.3.x] added : callFunctionRaw ( call function without prototype ) 2017-11-16 17:33:14 +04:00
setup added : getOutputMask 2019-02-20 00:48:41 +03:00
snippets Merge branch 'vs2017-support' into '0.3.2' 2018-07-10 01:28:23 +03:00
test/scripts added : stackFrame::getSourceLine method 2019-04-30 00:12:21 +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 fixed debug_3.7 config 2018-07-11 22:52:01 +03:00
README.md Update README.md 2019-05-03 15:05:50 -04: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

Use it to run pykd within windbg. link

Releases:

Last Release

Documentation

[User Manual](/../wikis/User Manual rus)
[API Reference](/../wikis/API Reference)

How to build ?

git clone --recurse-submodules https://githomelab.ru/pykd/pykd.git local_dir
  • open pykd.sln
  • choose a python version and a target platform then build pykd projects