From d6d6b58d2a05c1a525db85fd5345a36e4b73ccc9 Mon Sep 17 00:00:00 2001 From: berndstelzl Date: Mon, 23 Oct 2017 20:40:32 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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 -- From 1b58ae5fa9d461e2c7015ba22ed488d0c85d8a24 Mon Sep 17 00:00:00 2001 From: berndstelzl Date: Mon, 23 Oct 2017 20:44:46 +0200 Subject: [PATCH 2/2] Added radare2 to tools.md --- tools.md | 1 + 1 file changed, 1 insertion(+) 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