1
0
Fork 0
An open-source x64/x32 debugger for windows. Official mirror for China: https://github.com/x64dbg/x64dbg
Go to file
Mr. eXoDia 2e0e9d55c7 DBG: completely removed BeaEngine 2015-04-26 01:06:08 +02:00
help full rename from "x64_dbg" to "x64dbg" (including output filenames) 2015-04-13 02:37:48 +02:00
hooks PROJECT: install script 2014-08-05 00:30:12 +02:00
x64_dbg_bridge full rename from "x64_dbg" to "x64dbg" (including output filenames) 2015-04-13 02:37:48 +02:00
x64_dbg_dbg DBG: completely removed BeaEngine 2015-04-26 01:06:08 +02:00
x64_dbg_exe full rename from "x64_dbg" to "x64dbg" (including output filenames) 2015-04-13 02:37:48 +02:00
x64_dbg_gui/Project GUI: "Follow in Disassembler" in dump context menu (useful for things) 2015-04-25 23:51:21 +02:00
x64_dbg_launcher full rename from "x64_dbg" to "x64dbg" (including output filenames) 2015-04-13 02:37:48 +02:00
.gitignore full rename from "x64_dbg" to "x64dbg" (including output filenames) 2015-04-13 02:37:48 +02:00
AStyle.dll auto-format code on committing 2014-08-03 20:39:22 +02:00
AStyleWhore.exe PROJECT: updated AStyleWhore for more strict formatting options 2014-08-05 01:07:13 +02:00
Doxyfile "x64_dbg"->"x64dbg" + added Nukem 2015-04-10 01:53:32 +02:00
LICENSE "x64_dbg"->"x64dbg" + added Nukem 2015-04-10 01:53:32 +02:00
README.md Update README.md 2015-04-12 18:38:43 -04:00
bug.ico first commit 2013-11-14 21:55:18 +01:00
bug.png DOXYGEN: added logo required 2014-09-14 22:42:29 +02:00
build.bat PROJECT: Fix "these files could not be found and will not be loaded" in batch script 2015-04-06 21:13:29 -04:00
clean.bat PROJECT: fixed jenkins build 2015-04-13 02:41:22 +02:00
formatting_regexes.txt update regex magic 2015-04-06 03:39:33 +02:00
install.bat PROJECT: install script 2014-08-05 00:30:12 +02:00
release.bat DBG: completely removed BeaEngine 2015-04-26 01:06:08 +02:00
setenv.bat more fixez 2015-04-06 05:37:34 +02:00
x64_dbg.sln Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg 2015-04-02 21:37:04 -04:00
x64_dbg_sceme.vsd PROJECT: added design 2014-03-18 20:52:40 +01:00

README.md

x64dbg

Note

Please run install.bat before you start committing code, this ensures your code is auto-formatted to the x64dbg standards.

Compiling

For a complete guide on compiling x64dbg read [this](https://github.com/x64dbg/x64dbg/wiki/Compiling the whole project).

Downloads

Releases of x64dbg can be found here. Snapshots of x64dbg can be found here. Jenkins build server can be found here.

Overview

x64dbg is an open-source x32/x64 debugger for Windows.

Features

  • Open-source
  • Intuitive and familiar, yet new user interface
  • C-like expression parser
  • Full-featured debugging of DLL and EXE files (TitanEngine)
  • IDA-like sidebar with jump arrows
  • IDA-like instruction token highlighter (highlight registers, etc.)
  • Memory map
  • Symbol view
  • Thread view
  • Source code view
  • Content-sensitive register view
  • Fully customizable color scheme
  • Dynamically recognize modules and strings
  • Import reconstructor integrated (Scylla)
  • Fast disassembler (BeaEngine)
  • User database (JSON) for comments, labels, bookmarks, etc.
  • Plugin support with growing API
  • Extendable, debuggable scripting language for automation
  • Multi-datatype memory dump
  • Basic debug symbol (PDB) support
  • Dynamic stack view
  • Built-in assembler (XEDParse)
  • Executable patching

Known bugs

  • Memory breakpoints sometimes fail (TitanEngine bug)

License

x64dbg is licensed under GLPv3, which means you can freely distribute and/or modify the source of x64dbg, as long as you share your changes with us. The only exception is that plugins you write do not have to comply with the GLPv3 license. They do not have to be open-source and they can be commercial and/or private. The only exception to this is when your plugin uses code copied from x64dbg. In that case you would still have to share the changes to x64dbg with us.

Credits

Special Thanks (in no particular order)

Developers (in order of joining)