2015-04-10 07:51:35 +08:00
# x64dbg
2015-12-29 20:56:43 +08:00
2018-07-02 01:43:32 +08:00
< img width = "100" src = "https://github.com/x64dbg/x64dbg/raw/development/src/bug_black.png" / >
2017-06-09 04:28:16 +08:00
2023-07-14 17:25:02 +08:00
[](https://ci.appveyor.com/project/mrexodia/x64dbg) [](https://translate.x64dbg.com) [](https://sourceforge.net/projects/x64dbg/files/latest/download)
2015-12-29 20:56:43 +08:00
2023-03-02 16:38:24 +08:00
[](https://invite.gg/x64dbg) [](https://telegram.me/x64dbg) [](https://gitter.im/x64dbg/x64dbg) [](https://riot.im/app/#/room/#x64dbg:matrix.org)
2014-08-05 06:29:46 +08:00
2023-07-14 17:25:02 +08:00
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 ](https://plugins.x64dbg.com ) to add your own. You can find more information on the [blog ](https://x64dbg.com/blog )!
2015-12-29 20:56:43 +08:00
2018-07-02 01:43:32 +08:00
## Screenshots
2015-12-29 20:56:43 +08:00
2023-03-02 16:38:24 +08:00

2014-07-05 06:20:15 +08:00
2023-03-02 16:38:24 +08:00

|  |  |
| :--: | :--: |
2016-06-02 16:39:36 +08:00
2018-07-02 01:43:32 +08:00
## Installation & Usage
2016-06-02 16:39:36 +08:00
2018-07-02 01:43:32 +08:00
1. Download a snapshot from [GitHub ](https://github.com/x64dbg/x64dbg/releases ), [SourceForge ](https://sourceforge.net/projects/x64dbg/files/snapshots ) or [OSDN ](https://osdn.net/projects/x64dbg ) 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.
2023-08-26 19:31:23 +08:00
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 choose your architecture there.
2015-12-29 20:56:43 +08:00
2018-07-02 01:43:32 +08:00
You can also [compile ](https://github.com/x64dbg/x64dbg/wiki/Compiling-the-whole-project ) x64dbg yourself with a few easy steps!
2014-07-05 06:20:15 +08:00
2023-06-30 20:09:54 +08:00
## Sponsors
[](https://sponsors.x64dbg.com/malcore)
< br >
[](https://sponsors.x64dbg.com/telekom)
2018-07-02 01:43:32 +08:00
## Contributing
2015-12-29 20:56:43 +08:00
2023-07-16 03:05:37 +08:00
This is a community effort and we accept pull requests! See the [CONTRIBUTING ](.github/CONTRIBUTING.md ) document for more information. If you have any questions you can always [contact us ](https://x64dbg.com/#contact ) or open an [issue ](https://github.com/x64dbg/x64dbg/issues ). You can take a look at the [good first issues ](https://easy.x64dbg.com/ ) to get started.
2014-07-05 06:20:15 +08:00
## Credits
2015-12-29 20:56:43 +08:00
2020-04-24 11:21:33 +08:00
- Debugger core by [TitanEngine Community Edition ](https://github.com/x64dbg/TitanEngine )
2018-07-02 01:43:32 +08:00
- Disassembly powered by [Zydis ](https://zydis.re )
- Assembly powered by [XEDParse ](https://github.com/x64dbg/XEDParse ) and [asmjit ](https://github.com/asmjit )
2014-12-21 20:22:58 +08:00
- Import reconstruction powered by [Scylla ](https://github.com/NtQuery/Scylla )
2021-10-31 07:38:41 +08:00
- JSON powered by [Jansson ](https://www.digip.org/jansson )
2014-12-21 20:22:58 +08:00
- Database compression powered by [lz4 ](https://bitbucket.org/mrexodia/lz4 )
2021-10-31 07:38:41 +08:00
- Bug icon by [VisualPharm ](https://www.visualpharm.com )
- Interface icons by [Fugue ](https://p.yusukekamiyamane.com )
- Website by [tr4ceflow ](https://tr4ceflow.com )
2014-07-05 06:20:15 +08:00
2018-07-02 01:43:32 +08:00
## Developers
2021-10-31 07:38:41 +08:00
- [mrexodia ](https://mrexodia.github.io )
2018-07-02 01:43:32 +08:00
- Sigma
2021-10-31 07:38:41 +08:00
- [tr4ceflow ](https://blog.tr4ceflow.com )
- [Dreg ](https://www.fr33project.org )
2018-07-02 01:43:32 +08:00
- [Nukem ](https://github.com/Nukem9 )
- [Herz3h ](https://github.com/Herz3h )
- [torusrxxx ](https://github.com/torusrxxx )
## Code contributions
2019-10-02 02:23:15 +08:00
You can find an exhaustive list of GitHub contributors [here ](https://github.com/x64dbg/x64dbg/graphs/contributors ).
2018-07-02 01:43:32 +08:00
2016-05-21 12:39:32 +08:00
## Special Thanks
2015-12-29 20:56:43 +08:00
2018-07-02 01:43:32 +08:00
- Sigma for developing the initial GUI
2023-03-02 16:38:24 +08:00
- All the donators!
2016-05-21 12:39:32 +08:00
- Everybody adding issues!
- People I forgot to add to this list
2018-07-02 01:43:32 +08:00
- [Writers of the blog ](https://x64dbg.com/blog/2016/07/09/Looking-for-writers.html )!
2021-10-31 07:38:41 +08:00
- [EXETools community ](https://forum.exetools.com )
- [Tuts4You community ](https://forum.tuts4you.com )
2016-05-21 12:39:32 +08:00
- [ReSharper ](https://www.jetbrains.com/resharper )
2021-10-31 07:38:41 +08:00
- [Coverity ](https://www.coverity.com )
2014-07-05 06:20:15 +08:00
- acidflash
- cyberbob
2016-05-21 12:39:32 +08:00
- cypher
2014-07-05 06:20:15 +08:00
- Teddy Rogers
2014-07-30 05:29:31 +08:00
- TEAM DVT
2014-07-05 06:20:15 +08:00
- DMichael
- Artic
- ahmadmansoor
2016-06-02 16:39:36 +08:00
- \_pusher\_
2016-05-21 12:39:32 +08:00
- firelegend
2021-10-31 07:38:41 +08:00
- [kao ](https://lifeinhex.com )
2016-06-28 11:49:21 +08:00
- sstrato
2016-09-07 11:39:06 +08:00
- [kobalicek ](https://github.com/kobalicek )
2018-07-02 01:43:32 +08:00
- [athre0z ](https://github.com/athre0z )
- [ZehMatt ](https://github.com/ZehMatt )
2022-07-27 22:59:57 +08:00
- [mrfearless ](https://twitter.com/fearless0 )
2023-03-02 16:38:24 +08:00
- [JustMagic ](https://github.com/JustasMasiulis )
2014-07-05 06:20:15 +08:00
2023-08-26 19:31:23 +08:00
Without the help of many people and other open-source projects, it would not have been possible to make x64dbg what it is today, thank you!