How to install x64dbg/x64dbg. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
x64dbg/x64dbg Installation Guide
How to install x64dbg/x64dbg. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for x64dbg/x64dbg. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i x64dbg/x64dbgor
Install via npx
npx @hexmos/ipm i x64dbg/x64dbgPrerequisites
Visual Studio
build_toolVersion: Community Edition 2023 (or later)
Git
system_toolVersion: 2.34.1
CMake
build_toolVersion: 3.28.0
Python 3.8 or later
languageVersion: 3.8.10
Visual Studio Code
environmentVersion: 1.74.2
Windows SDK
system_packageVersion: 10.0.19044
x64dbg
otherVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Snapshot Download & Installation
Download a snapshot from [GitHub](https://github.com/x64dbg/x64dbg/releases) or [SourceForge](https://sourceforge.net/projects/x64dbg/files/snapshots) and extract it in a location your user has write access to.
Optionally use `x96dbg.exe` to register a shell extension and add shortcuts to your desktop.
You can now run `x32/#x32dbg.exe` if you want to debug a 32-bit executable or `x64/#x64dbg.exe` to debug a 64-bit executable! If you are unsure you can always run `x96dbg.exe` and choose your architecture there.
You can also compile x64dbg yourself with a few easy steps!Post Installation Steps
- Run the executable: `x64dbg.exe` (for 32-bit) or `x64dbg.exe` (for 64-bit).
- You can now start debugging! Select a process to analyze.
