An open-source x64/x32 debugger for windows.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Duncan Ogilvie c183595c1b
Update badges
1 week ago
.github Build with GitHub Actions 3 months ago
bin Fix the missing configuration for the table header background 2 years ago
cmake Automatically download submodules when necessary 2 months ago
deps@c8e552c923 Bump TitanEngine_x64 2 months ago
src Fix structure packing in TitanEngine.h 2 weeks ago
.editorconfig Initial working cmkr project 5 months ago
.gitattributes Initial working cmkr project 5 months ago
.gitignore Ignore clangd cache 3 months ago
.gitmodules Remove the unused translations submodule 2 years ago
CMakeLists.txt Fix compilation with clang-cl 2 months ago
LICENSE "x64_dbg"->"x64dbg" + added Nukem 10 years ago
README.md Update badges 1 week ago
README_zh.md Rename the Chinese README for https://git.x64dbg.cn 2 years ago
build.bat PROJECT: remove capstone 7 years ago
clean.bat GUI+PROJECT: "build" -> "gui_build" 10 years ago
cmake.toml Fix compilation with clang-cl 2 months ago
format.bat Improve format.bat script 8 months ago
maketranslatetemplate.bat Simplify translations release script 1 year ago
release.bat Simplify translations release script 1 year ago
setenv.bat Update setenv.bat with the correct paths 9 months ago
setupdeps.bat PROJECT: remove snowman 6 years ago
x64dbg.sln DBG: move InitDLLDebugW out of TitanEngine 5 years ago

README.md

x64dbg

Crowdin Download x64dbg Ask DeepWiki

Discord Slack Gitter Matrix

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!