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 406b9349a1
wip
2019-01-20 20:46:16 +01:00
.github PROJECT: updated issues template 2017-05-05 18:09:01 +02:00
bin DBG: add some more undocumented Visual C++ exceptions 2018-10-10 15:44:37 +02:00
deps@89f9c7ffae PROJECT: update TitanEngine for better SafeAttach option 2018-11-18 15:50:50 +01:00
help PROJECT: moved help https://github.com/x64dbg/docs 2016-07-06 06:51:33 +02:00
hooks PROJECT: update AStyleWhore (renamed to AStyleHelper) 2017-11-04 18:34:54 +01:00
src wip 2019-01-20 20:46:16 +01:00
.clang-format PROJECT: added clang-format config file (don't use this yet!) 2017-04-04 17:55:58 +02:00
.editorconfig PROJECT: added .editorconfig 2016-06-19 00:04:48 +02:00
.gitignore DBG: finally fix the handle leak in PDBDiaFile 2018-07-01 19:28:05 +02:00
.gitmodules PROJECT: remove capstone 2018-03-04 22:35:01 +01:00
CODE_OF_CONDUCT.md PROJECT: add code of conduct 2017-10-24 01:11:18 +02:00
CONTRIBUTING.md Change CONTRIBUTING.md 2018-10-16 18:16:07 +02:00
LICENSE "x64_dbg"->"x64dbg" + added Nukem 2015-04-10 01:53:32 +02:00
README.md Remove extraneous "code helpers" badage 2018-11-02 23:51:54 +08:00
build.bat PROJECT: remove capstone 2018-03-04 22:35:01 +01:00
clean.bat GUI+PROJECT: "build" -> "gui_build" 2015-11-08 01:50:46 -05:00
format.bat PROJECT: update AStyleWhore (renamed to AStyleHelper) 2017-11-04 18:34:54 +01:00
install.bat PROJECT: install script 2014-08-05 00:30:12 +02:00
maketranslatetemplate.bat PROJECT: minimize maketranslatetemplate.bat 2016-09-08 13:03:15 +02:00
release.bat PROJECT: remove capstone 2018-03-04 22:35:01 +01:00
setenv.bat PROJECT: updated dependencies + setenv.bat to reflect the wiki 2017-08-25 09:54:35 +02:00
setupdeps.bat ADDED: dependency setup for debug builds (#2044) 2018-10-31 12:37:13 +01:00
x64dbg.sln DBG: Fix solution dependency for Zydis 2018-07-01 19:28:05 +02:00
x64dbg_scheme.vsd PROJECT: sceme -> scheme 2015-11-07 01:50:49 -05:00

README.md

x64dbg

BountySource Build status Open Source Helpers Crowdin

Telegram Join the chat at Gitter freenode Download x64dbg

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

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 chose your architecture there.

You can also compile x64dbg yourself with a few easy steps!

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 easy issues to get started.

Credits

Developers

Code contributions

You can find an exhaustive list of GitHub contributers here.

Special Thanks

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