The project intends to be a repository for links related to windbg that I found useful, interesting or have used and wish to keep in an easelly accessible list.
I have not used the new version but it looks promessing.
- Windbg data model
- JavaScript Debugging Walkthrough
- WinDbg, Debugger Objects, and JavaScript! Oh, My!
-
A good collection of reverse engineering links, including several for windbg
-
MEX is Your Friend: Analyzing 32-bit Processes in a 64-bit Kernel Dump
-
Old but interesting - Sample Windbg extension to recurse, filter and pipe commands
- SOS Extension - Unraveling .NET with the Help of WinDBG
- old but interesting
-
coreland helpful links
- http://windbg.info/doc/1-common-cmds.html
- https://sites.google.com/site/jozsefbekes/Home/windows-programming/windbg
lynnux/windbg_hilight github link - tuts4you link
- A windbg plugin to highlight text in Disassembly and Command windows. Support x86 and x64.
- I have used it. It slows the view down a bit when stepping through, but it's worth the wait
-
Contains several UI enhancements and an extension
-
Assembly syntax highlighting
-
Command output window multi-color highlighting
-
kdfiles extension
MEX Debugging Extension for WinDbg