Skip to content

FrankSilver/x64dbg

This branch is 1762 commits behind x64dbg/x64dbg:development.

Folders and files

NameName
Last commit message
Last commit date
May 5, 2017
Apr 24, 2017
Aug 25, 2017
Jul 6, 2016
Mar 16, 2017
Sep 16, 2017
Apr 4, 2017
Jun 18, 2016
Apr 2, 2017
Jul 29, 2017
Apr 9, 2015
Aug 10, 2017
Aug 22, 2017
Nov 8, 2015
Mar 12, 2017
Aug 4, 2014
Sep 8, 2016
Aug 1, 2017
Aug 25, 2017
Jul 29, 2017
Sep 27, 2016
Nov 7, 2015

Repository files navigation

x64dbg

BountySource Build status coverity Crowdin

Telegram Join the chat at Gitter freenode Download 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.

Downloads

Releases of x64dbg can be found here.

Overview

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

Activity Graph

Throughput Graph

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/Keystone/asmjit)
  • 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

Developers

Contributors

See here for a more up-to-date list of contributers.

About

An open-source x64/x32 debugger for windows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.3%
  • C 18.8%
  • Other 0.9%