From 1b58ae5fa9d461e2c7015ba22ed488d0c85d8a24 Mon Sep 17 00:00:00 2001 From: berndstelzl Date: Mon, 23 Oct 2017 20:44:46 +0200 Subject: [PATCH] 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