Merge pull request #58 from berndstelzl/master

Added radare2 to tools.md and a r2 tutorial to readme
This commit is contained in:
VS 2017-10-23 22:55:43 +03:00 committed by GitHub
commit 5a848a8268
2 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,7 @@ Reverse Engineering, Buffer Overflow and Exploit Development
* [Analysis and exploitation (unprivileged)](https://www.it-sec-catalog.info/analysis_and_exploitation_unprivileged.html) * [Analysis and exploitation (unprivileged)](https://www.it-sec-catalog.info/analysis_and_exploitation_unprivileged.html)
* [A Course on Intermediate Level Linux Exploitation](https://github.com/nnamon/linux-exploitation-course) * [A Course on Intermediate Level Linux Exploitation](https://github.com/nnamon/linux-exploitation-course)
* [Lena's Reversing for Newbies (Complete)](https://tuts4you.com/download.php?view.2876) * [Lena's Reversing for Newbies (Complete)](https://tuts4you.com/download.php?view.2876)
* [Megabeets journey into Radare2](https://www.megabeets.net/a-journey-into-radare-2-part-1/)
Privilege Escalation Privilege Escalation
-- --

View File

@ -76,6 +76,7 @@ Name | Description
Name | Description Name | Description
---- | ---- ---- | ----
[BinNavi](https://github.com/google/binnavi) | BinNavi is a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call graphs of disassembled code [BinNavi](https://github.com/google/binnavi) | BinNavi is a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call graphs of disassembled code
[Radare2](https://github.com/radare/radare2) | Radare2 is a reverse engineering suite which includes a complete toolkit for reverse enigneering needs.
### Collaboration tools ### Collaboration tools
Name | Description Name | Description