windbglib
Memory debugger
A Python wrapper around a Windows debugging tool, used to analyze and manipulate memory dumps.
Public repository for windbglib, a wrapper around pykd.pyd (for Windbg), used by mona.py
324 stars
31 watching
108 forks
Language: Python
last commit: about 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
x64dbg/x64dbgpylib | Port of Windows debugging library to Python for improved support in x64dbg | 51 |
pylons/pyramid_debugtoolbar | A utility package providing a debug interface for Pyramid web applications. | 95 |
microsoft/windbg-samples | A collection of extensions and sample scripts for extending the Windows Debugger | 728 |
microsoft/dbgshell | Automates tasks in the Windows debugger | 678 |
spiraldb/ziggy-pydust | A toolkit for building Python extensions in Zig. | 437 |
ionelmc/python-manhole | A tool for interactive debugging of Python applications | 372 |
gotcha/ipdb | An integration of IPython's debugger into the pdb module | 1,868 |
cenkalti/flask-debug-toolbar-mongo | An extension for Flask's Debug Toolbar to display MongoDB debugging information | 4 |
moshebe/gebug | Makes debugging and hot-reloading of Go applications running in Docker containers easier by providing a tool for setting up a fully suited debugging environment. | 635 |
ernw/binja-ipython | Creates an IPython kernel integrated with Binary Ninja for interactive Python debugging and analysis | 29 |
powsybl/pypowsybl | Provides Python integration with PowSyBl Java framework | 59 |
xyb/robotframework-debuglibrary | A debugging library for Robot Framework allowing interactive shell functionality | 105 |
osandov/drgn | A debugger with scripting capabilities to inspect complex program state in an expressive way. | 1,787 |
deplinenoise/ig-debugheap | A debugging heap to detect memory errors and crashes in software applications. | 181 |
x64dbg/x64dbgpy | Automates interaction with x64dbg debugger using Python. | 1,469 |