Voltron
MIT🧬 Reverse Engineering · Python
Voltron is an extensible debugger UI toolkit that creates external views (registers, disassembly, stack, memory, backtrace) that attach to a running debugger session. It supports LLDB, GDB, VDB, and WinDbg backends, providing a consistent multi-pane debugging experience regardless of the underlying debugger. Views run in separate terminal panes/windows and update in real-time as you step through code. Voltron integrates with tmux for automated layout management, allowing complex debugging setups to be configured and restored with a single command. It complements rather than replaces existing debugger extensions.
Installation
$ pip install voltronUse Cases
- Multi-pane debugging layout for reverse engineering
- Consistent UI across LLDB, GDB, and WinDbg
- Real-time register and memory visualization
- tmux-integrated debugging workflows
Tags
Details
- Category
- 🧬 Reverse Engineering
- Language
- Python
- Repository
- snare/voltron
- License
- MIT
- Platforms
- 🐧linux🍎macos
Links
Community Reviews
Alternatives & Comparisons
x64dbg
C++Open-source x64/x32 debugger for Windows. Full-featured binary debugger with plugin ecosystem for malware analysis and reverse engineering.
Compare Voltron vs x64dbgpwndbg
PythonGDB plugin for exploit developers and reverse engineers with context display, heap analysis, and PEDA-like commands.
Compare Voltron vs pwndbgMore in Reverse Engineering
dnSpy
C#.NET debugger, decompiler, and assembly editor. Inspect and modify .NET and Unity assemblies without source code.
ILSpy
C#Open-source .NET decompiler and assembly browser. Produces clean C# from compiled binaries with cross-platform support.
x64dbg
C++Open-source x64/x32 debugger for Windows. Full-featured binary debugger with plugin ecosystem for malware analysis and reverse engineering.
Detect It Easy
C++/QtBinary packer and compiler detection. Identifies compilers, linkers, packers, and protectors used to build PE, ELF, and Mach-O files.
angr
PythonBinary analysis framework. Symbolic execution, CFG recovery, and vulnerability discovery for compiled binaries in Python.
RetDec
C++Retargetable decompiler by Avast. Converts machine code back to C from x86, ARM, MIPS, and PowerPC binaries.