WinDbg-Samples
Debugger extender
A collection of extensions and sample scripts for extending the Windows Debugger
Sample extensions, scripts, and API uses for WinDbg.
728 stars
59 watching
121 forks
Language: C++
last commit: 5 months ago Related projects:
Repository | Description | Stars |
---|---|---|
microsoft/dbgshell | Automates tasks in the Windows debugger | 678 |
magnetforensics/swishdbgext | Extends Microsoft WinDbg debugging capabilities with new commands and fixes for existing ones | 373 |
swwwolf/wdbgark | An extension for Windows Debugging Tools that analyzes anomalies in kernel-mode system callbacks and tables. | 618 |
corelan/windbglib | A Python wrapper around a Windows debugging tool, used to analyze and manipulate memory dumps. | 324 |
scottt/debugbreak | Allows software developers to programmatically insert breakpoints in their C/C++ code. | 628 |
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 | 233 |
wc-duck/dbgtools | A collection of debug-related utility functions. | 245 |
microsoft/xbox-atg-samples | Game development samples for Microsoft's Xbox platform using C++ and the Universal Windows Platform. | 688 |
microsoft/vscode-js-debug | A DAP-based JavaScript debugger for various environments and frameworks. | 1,685 |
airbus-cert/ttddbg | A plugin for IDA Pro that allows time travel debugging and supports loading of WinDBG Preview traces | 553 |