Rankings/x64dbg

x64dbg

x64dbg/x64dbg

A free debugging tool designed for Windows to help you analyze software without source code, suitable for virus scanning or studying internal program principles.

An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.

Stars
48,131
Forks
2,711
Watchers
2,675
Issues
582
💡

A free debugging tool designed for Windows to help you analyze software without source code, suitable for virus scanning or studying internal program principles.

📂 Security & PrivacyđŸ’» C++📄 NOASSERTION

AI Summary

🔍

What This Project Does

This is a tool to "take apart" how software runs on Windows, letting you see what the code is doing at the bottom level. It acts like a microscope for program execution, helping you monitor memory and instructions.

🔧

What Problems It Solves

Solves the pain of not understanding software logic, allowing you to analyze behavior without waiting for official source code. It replaces traditional black-box testing, letting you directly intervene in the program run process.

đŸ‘„

Who It's For

Security researchers, reverse engineers, CTF competition players, geeks wanting to deeply understand program principles, and developers needing to debug native Windows code.

📋

Typical Use Cases

Used to analyze how viruses or malware run. Used to fix software activation checks or modify functionality. Used to study game modifications or mechanics. Used to troubleshoot hard-to-reproduce low-level program bugs.

⭐

Key Strengths & Highlights

Completely free and open-source, with a powerful plugin ecosystem. Excellent support for 64-bit programs, interface is friendlier than traditional debuggers. Features are customized for reverse engineering, not a replacement for general IDEs.

🚀

Getting Started Requirements

No coding needed, but requires some assembly language knowledge and computer basics. Difficult for beginners to start directly, learning basic reverse engineering concepts first is recommended.

🎯

Purpose

Suitable for security researchers or reverse engineers to deeply analyze Windows program internal logic. Not suitable for ordinary users troubleshooting daily software faults, as it requires professional knowledge and has a high threshold.

Tech Stack

—

Project Info

Primary Language
C++
Default Branch
development
License
NOASSERTION
Created
Apr 11, 2015
Last Commit
today
Last Push
today
Indexed
Apr 18, 2026