Forgot the extension, fixed a few things.
This commit is contained in:
parent
f9763fedfa
commit
8f3c15dff1
|
@ -1,66 +1,66 @@
|
||||||
# x64dbg
|
# x64_dbg
|
||||||
|
|
||||||
## Note
|
## Note
|
||||||
**This is a new version of this repository. The old version can be found [here](https://bitbucket.org/mrexodia/x64_dbg_old).**
|
**This is a new version of this repository. The old version can be found [here](https://bitbucket.org/mrexodia/x64_dbg_old).**
|
||||||
|
|
||||||
## Downloads
|
## Downloads
|
||||||
Releases of *x64_dbg* can be found at [our SourceForge page](http://download.x64dbg.com).
|
Releases of *x64_dbg* can be found on [*x64_dbg*'s SourceForge page](http://download.x64dbg.com).
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
*x64_dbg* is an open-source x32/x64 debugger for Windows.
|
*x64_dbg* is an open-source x32/x64 debugger for Windows.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Open-source
|
- Open-source
|
||||||
- Intuitive and familiar, yet new user interface
|
- Intuitive and familiar, yet new user interface
|
||||||
- C-like expression parser
|
- C-like expression parser
|
||||||
- Full-featured debugging of DLL and EXE files (TitanEngine)
|
- Full-featured debugging of DLL and EXE files (TitanEngine)
|
||||||
- IDA-like sidebar with jump arrows
|
- IDA-like sidebar with jump arrows
|
||||||
- IDA-like instruction token highlighter (highlight registers, etc.)
|
- IDA-like instruction token highlighter (highlight registers, etc.)
|
||||||
- Memory map
|
- Memory map
|
||||||
- Symbol view
|
- Symbol view
|
||||||
- Thread view
|
- Thread view
|
||||||
- Content-sensitive register view
|
- Content-sensitive register view
|
||||||
- Fully customizable color scheme
|
- Fully customizable color scheme
|
||||||
- Dynamically recognize modules and strings
|
- Dynamically recognize modules and strings
|
||||||
- Import reconstructor integrated (Scylla)
|
- Import reconstructor integrated (Scylla)
|
||||||
- Fast disassembler (BeaEngine)
|
- Fast disassembler (BeaEngine)
|
||||||
- User database (JSON) for comments, labels, bookmarks, etc.
|
- User database (JSON) for comments, labels, bookmarks, etc.
|
||||||
- Plugin support with growing API
|
- Plugin support with growing API
|
||||||
- Extendable, debuggable scripting language for automation
|
- Extendable, debuggable scripting language for automation
|
||||||
- Multi-datatype memory dump
|
- Multi-datatype memory dump
|
||||||
- Basic debug symbol (PDB) support
|
- Basic debug symbol (PDB) support
|
||||||
- Dynamic stack view
|
- Dynamic stack view
|
||||||
- Built-in assembler (XEDParse)
|
- Built-in assembler (XEDParse)
|
||||||
|
|
||||||
## Known bugs
|
## Known bugs
|
||||||
- Memory breakpoints sometimes fail (TitanEngine bug)
|
- Memory breakpoints sometimes fail (TitanEngine bug)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
*x64_dbg* is licensed under GLPv3, which means you can freely distribute and modify the source of *x64_dbg*, as long as you share your changes with us. The only exception of is that plugins you write do not have to comply with the original GLPv3 license (they do not have to be open-source), except if you directly use code from inside *x64_dbg*. In that case you would still have to share the changes with us.
|
*x64_dbg* is licensed under GLPv3, which means you can freely distribute and modify the source of *x64_dbg*, as long as you share your changes with us. The only exception of is that plugins you write do not have to comply with the original GLPv3 license (they do not have to be open-source), except if you directly use code from inside *x64_dbg*. In that case you would still have to share the changes with us.
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
- Debugger core by TitanEngine Community Edition
|
- Debugger core by TitanEngine Community Edition
|
||||||
- Disassembly powered by BeaEngine (Updated)
|
- Disassembly powered by BeaEngine (Updated)
|
||||||
- Assembly powered by XEDParse
|
- Assembly powered by XEDParse
|
||||||
- Import reconstruction powered by Scylla
|
- Import reconstruction powered by Scylla
|
||||||
- JSON powered by Jansson
|
- JSON powered by Jansson
|
||||||
- Database compression powered by lz4
|
- Database compression powered by lz4
|
||||||
- Bug icon by VisualPharm
|
- Bug icon by VisualPharm
|
||||||
- Interface icons by Fugue
|
- Interface icons by Fugue
|
||||||
- Website by tr4ceflow
|
- Website by tr4ceflow
|
||||||
|
|
||||||
## Special Thanks
|
## Special Thanks
|
||||||
- EXETools community
|
- EXETools community
|
||||||
- Tuts4You community
|
- Tuts4You community
|
||||||
- acidflash
|
- acidflash
|
||||||
- cyberbob
|
- cyberbob
|
||||||
- Teddy Rogers
|
- Teddy Rogers
|
||||||
- DMichael
|
- DMichael
|
||||||
- Artic
|
- Artic
|
||||||
- Nukem
|
- Nukem
|
||||||
- ahmadmansoor
|
- ahmadmansoor
|
||||||
|
|
||||||
## Developers
|
## Developers
|
||||||
- Mr. eXoDia
|
- Mr. eXoDia
|
||||||
- Sigma
|
- Sigma
|
||||||
- tr4ceflow
|
- tr4ceflow
|
Loading…
Reference in New Issue