1
0
Fork 0
An open-source x64/x32 debugger for windows. Official mirror for China: https://github.com/x64dbg/x64dbg
Go to file
Duncan Ogilvie 85e0ff8579 Fix positional issue with release notes dialog on startup 2025-08-19 21:36:23 +02:00
.github Build x64dbg.chm in CI 2025-08-19 20:18:51 +02:00
bin Add dark mode bug icon 2025-08-19 18:14:00 +02:00
cmake Add support for sanitizers and fix a crash 2025-08-18 03:04:54 +02:00
deps@31f6cc5799 Update debug engines to 2025.08.18 2025-08-18 03:41:31 +02:00
docs Build x64dbg.chm in CI 2025-08-19 20:18:51 +02:00
src Fix positional issue with release notes dialog on startup 2025-08-19 21:36:23 +02:00
.clang-tidy Add clang-tidy configuration 2025-07-26 00:28:40 +02:00
.editorconfig Initial working cmkr project 2025-01-21 21:50:09 +01:00
.gitattributes Initial working cmkr project 2025-01-21 21:50:09 +01:00
.gitignore Add dark mode bug icon 2025-08-19 18:14:00 +02:00
.gitmodules Improve developer experience when forking 2025-07-05 19:03:41 +02:00
CMakeLists.txt Move ReleaseNotesDialog to x64dbg::widgets 2025-08-18 21:43:26 +02:00
CMakeSettings.json Remove Visual Studio projects 2025-06-21 14:33:21 +02:00
LICENSE "x64_dbg"->"x64dbg" + added Nukem 2015-04-10 01:53:32 +02:00
README.md Add IRC link to README 2025-06-16 21:35:01 +02:00
README_zh.md Rename the Chinese README for https://git.x64dbg.cn 2023-07-19 01:07:59 +02:00
cmake.toml Move ReleaseNotesDialog to x64dbg::widgets 2025-08-18 21:43:26 +02:00
format.bat Improve format.bat script 2024-10-07 15:57:22 +02:00

README.md

x64dbg

Crowdin Download x64dbg Ask DeepWiki

Discord Slack Gitter Matrix IRC

An open-source binary debugger for Windows, aimed at malware analysis and reverse engineering of executables you do not have the source code for. There are many features available and a comprehensive plugin system to add your own. You can find more information on the blog!

Screenshots

main interface (light)

main interface (dark)

graph memory map

Installation & Usage

  1. Download a snapshot from GitHub, SourceForge or OSDN and extract it in a location your user has write access to.
  2. Optionally use x96dbg.exe to register a shell extension and add shortcuts to your desktop.
  3. 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!

Sponsors


Contributing

This is a community effort and we accept pull requests! See the CONTRIBUTING document for more information. If you have any questions you can always contact us or open an issue. You can take a look at the good first issues to get started.

Credits

Developers

Code contributions

You can find an exhaustive list of GitHub contributors here.

Special Thanks

Without the help of many people and other open-source projects, it would not have been possible to make x64dbg what it is today, thank you!