Create radare2.md

added Notes and Links
This commit is contained in:
filinpavel 2014-09-30 10:22:41 +07:00
parent 5cefdc8bc5
commit bf919233bf

28
tool/radare2.md Normal file
View File

@ -0,0 +1,28 @@
# Radare2
Notes
-------
A framework for reverse engineering and analyzing binaries.
Help Text
-------
```
```
Example Usage
-------
```
```
Links
-------
[Official site](http://www.radare.org/)
[Radare2 GitHub project](https://github.com/radare/radare2)
[radare2 book](http://maijin.github.io/radare2book/)