winget install --id=x64dbg.x64dbg -e
An open-source binary debugger for Windows, aimed at malware analysis and reverse engineering of executables you do not have the source code for.
Please run install.bat
before you start committing code, this ensures your code is auto-formatted to the x64dbg standards.
For a complete guide on compiling x64dbg read [this](https://github.com/x64dbg/x64dbg/wiki/Compiling the whole project).
Releases of x64dbg can be found here. Snapshots of x64dbg can be found here. Jenkins build server can be found here.
x64dbg is an open-source x32/x64 debugger for Windows.
x64dbg is licensed under GPLv3, which means you can freely distribute and/or modify the source of x64dbg, as long as you share your changes with us. The only exception is that plugins you write do not have to comply with the GPLv3 license. They do not have to be open-source and they can be commercial and/or private. The only exception to this is when your plugin uses code copied from x64dbg. In that case you would still have to share the changes to x64dbg with us.