Skip to content

Commit d89228b

Browse files
committed
PROJECT: updated readme
1 parent 1aa12aa commit d89228b

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
## Note
44
**This is a new version of this repository. The old version can be found [here](https://bitbucket.org/mrexodia/x64_dbg_old).**
55

6-
Also please run install.bat before you start committing code, this ensures your code is auto-formatted to the *x64_dbg* standards.
6+
Also please run `install.bat` before you start committing code, this ensures your code is auto-formatted to the *x64_dbg* [standards](https://bitbucket.org/mrexodia/x64_dbg/wiki/x64_dbg_coding_guidelines).
7+
8+
## Compiling
9+
For a complete guide on compiling *x64_dbg* read [this](https://bitbucket.org/mrexodia/x64_dbg/wiki/Compiling%20the%20whole%20project).
710

811
## Downloads
9-
Releases of *x64_dbg* can be found on [here](http://download.x64dbg.com).
12+
Releases of *x64_dbg* can be found [here](http://download.x64dbg.com).
13+
Snapshots of *x64_dbg* can be found [here](http://snapshots.x64dbg.com).
14+
Jenkins build server can be found [here](http://jenkins.x64dbg.com).
1015

1116
## Overview
1217
*x64_dbg* is an open-source x32/x64 debugger for Windows.
@@ -41,19 +46,19 @@ Releases of *x64_dbg* can be found on [here](http://download.x64dbg.com).
4146
*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.
4247

4348
## Credits
44-
- Debugger core by TitanEngine Community Edition
45-
- Disassembly powered by BeaEngine (Updated)
46-
- Assembly powered by XEDParse
47-
- Import reconstruction powered by Scylla
48-
- JSON powered by Jansson
49-
- Database compression powered by lz4
50-
- Bug icon by VisualPharm
51-
- Interface icons by Fugue
49+
- Debugger core by [TitanEngine Community Edition](https://bitbucket.org/mrexodia/titanengine-update)
50+
- Disassembly powered by [BeaEngine](http://www.beaengine.org) ([Updated](https://bitbucket.org/mrexodia/beaengine))
51+
- Assembly powered by [XEDParse](https://bitbucket.org/mrexodia/xedparse)
52+
- Import reconstruction powered by [Scylla](https://github.com/NtQuery/Scylla)
53+
- JSON powered by [Jansson](http://www.digip.org/jansson)
54+
- Database compression powered by [lz4](https://bitbucket.org/mrexodia/lz4)
55+
- Bug icon by [VisualPharm](http://www.visualpharm.com)
56+
- Interface icons by [Fugue](http://p.yusukekamiyamane.com)
5257
- Website by tr4ceflow
5358

54-
## Special Thanks
55-
- EXETools community
56-
- Tuts4You community
59+
## Special Thanks (in no particular order)
60+
- [EXETools community](http://forum.exetools.com)
61+
- [Tuts4You community](http://forum.tuts4you.com)
5762
- acidflash
5863
- cyberbob
5964
- Teddy Rogers

0 commit comments

Comments
 (0)