An open-source binary debugger for Windows optimized for malware analysis and reverse engineering.
x64dbg is an open-source binary debugger for Windows specifically designed for reverse engineering and malware analysis. It allows security researchers to debug and analyze executables without access to source code, providing tools for disassembly, memory inspection, and control flow analysis. The debugger supports both 32-bit and 64-bit applications through separate executables.
Security researchers, malware analysts, reverse engineers, and software security professionals who need to analyze Windows executables without source code access.
x64dbg offers a free, open-source alternative to proprietary debuggers with a focus on extensibility through plugins and community-driven development. Its specialized tools for binary analysis make it particularly valuable for security research workflows.
An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Separate x32dbg and x64dbg executables allow seamless debugging of both 32-bit and 64-bit Windows applications, as outlined in the installation steps from the README.
A rich plugin ecosystem enables custom functionality, with a dedicated plugins website mentioned in the README for community-driven extensions.
Integrated features like disassembly, memory inspection, and Scylla-based import reconstruction are specifically designed for malware analysis and binary examination.
The GUI offers light and dark themes with a clean layout, as shown in the README screenshots, enhancing workflow adaptability.
x64dbg is exclusively for Windows, making it ineffective for debugging applications on other operating systems like Linux or macOS.
Focused on manual interaction through its interface, it lacks robust automation or scripting features, limiting integration into automated workflows.
While the README points to external resources like blogs and plugins sites, detailed documentation for advanced features may be fragmented or require community support.
x64dbg is an open-source alternative to the following products:
WinDbg is a debugger tool from Microsoft for Windows that analyzes crash dumps, debugs kernel-mode and user-mode code, and diagnoses system issues.
IDA Pro is the professional version of the Interactive Disassembler, featuring advanced debugging and analysis tools for reverse engineering.
A 32-bit assembler-level debugger for Microsoft Windows used for analyzing binary code and reverse engineering.