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 fc47caf0e0 Merge branch 'master' into doxygen
Conflicts:
	x64_dbg_dbg/_dbgfunctions.cpp
	x64_dbg_dbg/addrinfo.cpp
	x64_dbg_dbg/debugger_commands.cpp
	x64_dbg_dbg/value.cpp
	x64_dbg_launcher/x64_dbg_launcher.cpp
2014-12-19 13:49:36 +01:00
help DBG: resolved issue #211 (added a 'skip' command to skip the next instruction) 2014-12-14 03:07:45 +01:00
hooks PROJECT: install script 2014-08-05 00:30:12 +02:00
x64_dbg_bridge Merge branch 'master' into doxygen 2014-12-09 11:12:40 +01:00
x64_dbg_dbg Merge branch 'master' into doxygen 2014-12-19 13:49:36 +01:00
x64_dbg_exe Merge branch 'master' into doxygen 2014-12-09 11:12:40 +01:00
x64_dbg_gui/Project GUI: added "skip next instruction" menu item/hotkey + fixed some small bugs with the hotkey descriptions 2014-12-14 03:18:07 +01:00
x64_dbg_launcher Merge branch 'master' into doxygen 2014-12-19 13:49:36 +01:00
.gitignore Merge branch 'master' into doxygen 2014-10-09 15:59:34 +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 No longer show a list of include files---we have a graph for that. 2014-09-16 21:28:32 +02:00
LICENSE modified license (clearer text, no actual change of license) 2014-11-19 11:06:46 +01:00
README.md PROJECT: updated developer list 2014-11-11 19:46:52 +01: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
clean.bat PROJECT: clean & release always exit gracefully :) 2014-11-11 17:19:16 +01:00
install.bat PROJECT: install script 2014-08-05 00:30:12 +02:00
release.bat PROJECT: final fix for release script 2014-11-11 18:40:15 +01:00
todo_dbg.txt PROJECT: updated todo list 2014-03-30 14:47:56 +02:00
x64_dbg.sln PROJECT: added dummy launcher + updated release script 2014-08-01 00:56:39 +02:00
x64_dbg_sceme.vsd PROJECT: added design 2014-03-18 20:52:40 +01:00

README.md

x64_dbg

Note

This is a new version of this repository. The old version can be found here.

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

Downloads

Releases of x64_dbg can be found on here.

Overview

x64_dbg 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
  • 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)

Known bugs

  • Memory breakpoints sometimes fail (TitanEngine bug)

License

x64_dbg is licensed under GLPv3, which means you can freely distribute and/or modify the source of x64_dbg, 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 x64_dbg. In that case you would still have to share the changes to x64_dbg with us.

Credits

  • Debugger core by TitanEngine Community Edition
  • Disassembly powered by BeaEngine (Updated)
  • Assembly powered by XEDParse
  • Import reconstruction powered by Scylla
  • JSON powered by Jansson
  • Database compression powered by lz4
  • Bug icon by VisualPharm
  • Interface icons by Fugue
  • Website by tr4ceflow

Special Thanks

  • EXETools community
  • Tuts4You community
  • acidflash
  • cyberbob
  • Teddy Rogers
  • TEAM DVT
  • DMichael
  • Artic
  • Nukem
  • ahmadmansoor

Developers (in order of joining)