windbg
There are 118 repositories under windbg topic.
snare/voltron
A hacky debugger UI for hackers
alphaSeclab/awesome-reverse-engineering
Reverse Engineering Resources About All Platforms(Windows/Linux/macOS/Android/iOS/IoT) And Every Aspect! (More than 3500 open source tools and 2300 posts&videos)
hfiref0x/WinObjEx64
Windows Object Explorer 64-bit
daem0nc0re/PrivFu
Kernel mode WinDbg extension and PoCs for token privilege investigation.
hugsy/defcon_27_windbg_workshop
DEFCON 27 workshop - Modern Debugging with WinDbg Preview
fremag/MemoScope.Net
Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )
microsoft/DbgShell
A PowerShell front-end for the Windows debugger engine.
swwwolf/wdbgark
WinDBG Anti-RootKit Extension
Dynatrace/superdump
A service for automated crash-dump analysis
Cr4sh/openreil
Open source library that implements translator and tools for REIL (Reverse Engineering Intermediate Language)
stonedreamforest/Mirage
kernel-mode Anti-Anti-Debug plugin. based on intel vt-x && ept technology
KelvinMsft/kHypervisor
kHypervisor is a lightweight bluepill-like nested VMM for Windows, it provides and emulating a basic function of Intel VT-x
repnz/windbg-cheat-sheet
My personal cheat sheet for using WinDbg for kernel debugging
yardenshafir/WinDbg_Scripts
Useful scripts for WinDbg using the debugger data model
Faran-17/Windows-Internals
Important notes and topics on my journey towards mastering Windows Internals
lowleveldesign/debug-recipes
My notes on software troubleshooting, covering debugging and tracing techniques and tools. Available at wtrace.net.
0vercl0k/windbg-scripts
A bunch of JavaScript extensions for WinDbg.
hugsy/windbg_js_scripts
Toy scripts for playing with WinDbg JS API
chrisnas/DebuggingExtensions
Host of debugging-related extensions such as post-mortem tools or WinDBG extensions
bruce30262/TWindbg
PEDA-like debugger UI for WinDbg
0vercl0k/kdmp-parser
A Windows kernel dump C++ parser library with Python 3 bindings.
vallejocc/Reverse-Engineering-Arsenal
Useful Scripts for helping in reverse engeenering
mrexodia/lolbin-poc
Small PoC of using a Microsoft signed executable as a lolbin.
tandasat/hvext
The Windbg extension that implements commands helpful to study Hyper-V on Intel processors.
imugee/pegasus
reverse engineering extension plugin for windbg
therealdreg/shellex
C-shellcode to hex converter, handy tool for paste & execute shellcodes in IDA PRO, gdb, windbg, radare2, ollydbg, x64dbg, immunity debugger & 010 editor
0vercl0k/snapshot
WinDbg extension written in Rust to dump the CPU / memory state of a running VM
0cch/0cchext
0CCh Windbg extension: include some useful commands
vagnerpilar/windbgtree
A command tree based on commands and extensions for Windows Kernel Debugging.
kevingosse/windbg-extensions
Extensions for the new WinDbg
southpolenator/SharpDebug
C# debugging automation tool
pstolarz/dumpext
WinDbg debugger extension library providing various tools to analyse, dump and fix (restore) Microsoft Portable Executable files for both 32 (PE) and 64-bit (PE+) platforms.
wangray/WinDBG-for-GDB-users
"Pwntools does not support Windows. Use a real OS ;)" — Zach Riggle, 2015
SeanCline/PyExt
WinDbg Extensions for Python
Deputation/kernel_payload_comms
A proof of concept demonstrating communication via mapped shared memory structures between a user-mode process and a kernel-mode payload on Windows 10 20H2.
progmboy/win32kext
windbg plugin for win32k debugging