logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/x64dbg
or

Install via npx

npx @hexmos/ipm i x64dbg/x64dbg

Prerequisites

Visual Studio

build_tool

Version: Community Edition 2023 (or later)

Git

system_tool

Version: 2.34.1

CMake

build_tool

Version: 3.28.0

Python 3.8 or later

language

Version: 3.8.10

Visual Studio Code

environment

Version: 1.74.2

Windows SDK

system_package

Version: 10.0.19044

x64dbg

other

Version: 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.