gdbw
is a scriptable CLI debugger for windows, built using the windows debug tools DbgEng backend. Inspired by pwndbg ❤
Every piece of gdbw is designed to be customizable, the UI, prompt, commands and all libraries the commands use are all implemented in lua (check out /plugins
).
Note
This project is still experimental. Expect frequent changes, new features, and bug fixes.

Installation instructions can be found in our wiki
Both pull requests and feedback are welcome! Once this is a little more fleshed out we plan on having a proper contribution format.
Zopazz, co-author. Wouldn't have gotten this to a functional state if it weren't for his help.