1
0
Fork 0
An open-source x64/x32 debugger for windows. Official mirror for China: https://github.com/x64dbg/x64dbg
Go to file
Torusrxxx 4ee3bf6f29 GUI: Add menu item "Hide debugger" 2016-05-21 04:00:05 +00:00
bin PROJECT: Don't ignore the reg file 2015-10-17 21:18:42 -04:00
help DBG: added 'push' and 'pop' commands 2015-08-14 17:21:22 +02:00
hooks PROJECT: fixed formatter 2015-12-26 20:47:23 +01:00
src GUI: Add menu item "Hide debugger" 2016-05-21 04:00:05 +00:00
.gitignore PROJECT: ignore pin log file 2016-03-05 13:03:30 +01:00
.gitmodules PROJECT: fixed capstone_wrapper submodule (lol fail) 2016-01-07 17:08:28 +01: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 Fix titan-engine link 2016-04-09 14:21:58 +03:00
build.bat fixed gui building (once again, this time it didn't work when there were spaces in the path) 2015-11-16 15:08:10 +01:00
clean.bat GUI+PROJECT: "build" -> "gui_build" 2015-11-08 01:50:46 -05:00
install.bat PROJECT: install script 2014-08-05 00:30:12 +02:00
maketranslatetemplate.bat Create a batch to update translation template 2016-05-20 08:10:45 +00:00
release.bat PROJECT: include qm translations in the snapshots 2016-05-20 21:15:35 +02:00
setenv.bat PROJECT+DBG+GUI: re-added libs + fixed build+clean+release scripts + removed BeaTokenizer from the GUI. 2015-11-07 07:29:35 +01:00
x64dbg.sln PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
x64dbg_scheme.vsd PROJECT: sceme -> scheme 2015-11-07 01:50:49 -05:00

README.md

x64dbg

BountySource Join the chat at Gitter Jenkins Stories in Ready

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.

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 (Capstone)
  • 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
  • Yara Pattern Matching
  • Decompiler (Snowman)
  • Analysis

License

x64dbg is licensed under GPLv3, 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 GPLv3 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)