Yeah security people use WinDbg a lot.
No syntax highlighting for AT&T syntax atm. It still displays it, just not highlighted. Feel free to add a Pygments lexer for it and send me a PR :) I'll probably get to it some time, but there's other stuff ahead of it…
It has a "command" view which executes a debugger command and displays the output each time the debugger "stops" (ie. whenever you step over an instruction or a line of code, or hit a breakpoint, etc). So anything you…
Definitely inspired by other debuggers (OllyDbg, Immunity Debugger, etc) that were inspired by SoftICE :)
There was actually already a v0.1 release on PyPI and had been for some time, it just wasn't tagged on GitHub. The README says to use `pip install voltron`.
OK
Yeah security people use WinDbg a lot.
No syntax highlighting for AT&T syntax atm. It still displays it, just not highlighted. Feel free to add a Pygments lexer for it and send me a PR :) I'll probably get to it some time, but there's other stuff ahead of it…
It has a "command" view which executes a debugger command and displays the output each time the debugger "stops" (ie. whenever you step over an instruction or a line of code, or hit a breakpoint, etc). So anything you…
Definitely inspired by other debuggers (OllyDbg, Immunity Debugger, etc) that were inspired by SoftICE :)
There was actually already a v0.1 release on PyPI and had been for some time, it just wasn't tagged on GitHub. The README says to use `pip install voltron`.
OK