WinDbg-Samples
Debugger extender
A collection of extensions and sample scripts for extending the Windows Debugger
Sample extensions, scripts, and API uses for WinDbg.
722 stars
59 watching
120 forks
Language: C++
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
microsoft/dbgshell | Automates tasks in the Windows debugger | 675 |
magnetforensics/swishdbgext | An extension to Microsoft WinDbg for expanding its capabilities and fixing existing commands | 371 |
swwwolf/wdbgark | An extension for Windows Debugging Tools that analyzes anomalies in kernel-mode system callbacks and tables. | 615 |
corelan/windbglib | A Python wrapper around a Windows debugging tool, used to analyze and manipulate memory dumps. | 323 |
scottt/debugbreak | Allows software developers to programmatically insert breakpoints in their C/C++ code. | 625 |
cenkalti/flask-debug-toolbar-mongo | An extension for Flask's Debug Toolbar to display MongoDB debugging information | 4 |
x64dbg/x64dbgpylib | Port of Windows debugging library to Python for improved support in x64dbg | 51 |
sirnewton01/godbg | A web-based graphical interface for debugging Go/C/C++ applications using the gdb debugger | 228 |
progbits/smldbg | An educational C++20 debugger with basic debugging functionality and no dependencies. | 4 |
gridbugs/rip | A Rust-based implementation of a simple, browser-compatible debugger for executing code snippets | 2 |
danginsburg/opengles-book-samples | A collection of sample code for learning OpenGL ES 2.0 programming | 232 |
wc-duck/dbgtools | A collection of debug-related utility functions. | 242 |
microsoft/xbox-atg-samples | Game development samples for Microsoft's Xbox platform using C++ and the Universal Windows Platform. | 687 |
microsoft/vscode-js-debug | A DAP-based JavaScript debugger for various environments and frameworks. | 1,673 |
airbus-cert/ttddbg | A plugin for IDA Pro that allows time travel debugging and supports loading of WinDBG Preview traces | 553 |