ENNAENNA

Voltron vs x64dbg

GitHub Stats

6.3k
Stars
48.2k
421
Forks
2.7k
86
Issues
569
1y ago
Updated
1d ago
MIT
License
-
Python
Language
C++

About Voltron

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.

About x64dbg

x64dbg is an open-source binary debugger for Windows, designed for malware analysis and reverse engineering of executables when source code is not available. It supports both x64 and x32 applications and provides features comparable to commercial debuggers like IDA Pro's debugger. Key capabilities include a full-featured disassembler, graph view for control flow visualization, conditional breakpoints with scripting support, a built-in assembler for live patching, memory map visualization, and an extensive plugin ecosystem. x64dbg includes IDAPython-style scripting, supports TLS callbacks and anti-debug bypass, and can handle packed/obfuscated binaries. Its active community maintains plugins for everything from API monitoring to de-obfuscation, making it the go-to free debugger for Windows binary analysis.

Platform Support

🐧linux🍎macos
🪟windows

Tags

Voltron only

debugger-uigdblldbmulti-panebinary-analysis

x64dbg only

debuggerdisassemblermalware-analysisx64x32windows-binary