
x64dbg
#Security Testing#Malware Analysis
A tool that executes programs in memory from various sources
An Open-Source Binary Debugger for Windows: Ideal for Malware Analysis
An open-source binary debugger designed specifically for Windows. It focuses on malware analysis and allows for reverse engineering of executables for which you do not possess the source code.
Explore the Available Features and Plugin System
There are numerous features available, along with a comprehensive plugin system that allows you to add your own functionalities. For additional information, please visit our blog!
**Screenshots Installation & Usage**
To get started, download a snapshot from GitHub, SourceForge, or OSDN, and extract it to a location where your user account has write access.
If you wish, you can use x96dbg.exe to register a shell extension and create shortcuts on your desktop.
You can now run either x32\x32dbg.exe to debug a 32-bit executable or x64\x64dbg.exe to debug a 64-bit executable! If you're unsure which one to use, simply run x96dbg.exe and select your architecture there.
Additionally, you have the option to compile x64dbg yourself by following a few simple steps!
This is a community-driven initiative
This is a community-driven initiative, and we welcome pull requests! For more details, please refer to the CONTRIBUTING document. If you have any questions, feel free to contact us or open an issue. You can also check out the good first issues to begin your contribution.
Credits
Debugger core by TitanEngine Community Edition
Disassembly powered by Zydis
Assembly powered by XEDParse and asmjit
Import reconstruction powered by...