Updated Home (markdown)

Maijin 2015-01-17 23:31:05 +01:00
parent 032aecbba3
commit 5bf173298b

@ -11,6 +11,7 @@ radare2 is an opensource, crossplatform reverse engineering framework.
## Development
* [Where to Report Bugs](https://github.com/radare/radare2/issues)
* [Implementing a new architecture](https://github.com/radare/radare2/wiki/Implementing-a-new-architecture)
* [Implementing a new PSEUDO-architecture](https://github.com/radare/radare2/wiki/Implementing-a-new-pseudo-architecture)
* [Implementing a new format](https://github.com/radare/radare2/wiki/Implementing-a-new-format)
* [Cherry picking from pull requests](https://github.com/radare/radare2/wiki/CherryPick)