diff --git a/README.md b/README.md index 1e4cadd..c7d93a7 100644 --- a/README.md +++ b/README.md @@ -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) * [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) +* [Megabeets journey into Radare2](https://www.megabeets.net/a-journey-into-radare-2-part-1/) Privilege Escalation -- diff --git a/tools.md b/tools.md index d67d5c9..605248c 100644 --- a/tools.md +++ b/tools.md @@ -76,6 +76,7 @@ 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 +[Radare2](https://github.com/radare/radare2) | Radare2 is a reverse engineering suite which includes a complete toolkit for reverse enigneering needs. ### Collaboration tools Name | Description