From 689139f1489774b02627db1f7dc40c43f676b9ba Mon Sep 17 00:00:00 2001
From: adhoc-king <46354827+adhoc-king@users.noreply.github.com>
Date: Fri, 4 Jan 2019 23:44:57 +0530
Subject: [PATCH 1/2] Update README.md
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index d855109..92e6544 100644
--- a/README.md
+++ b/README.md
@@ -633,6 +633,13 @@ Linux Security Expert - trainings, howtos, checklists, security tools an
:small_orange_diamond: shell-storm repo CTF - great archive of CTFs.
+ :small_orange_diamond: Hopper - lets you disassemble, decompile and debug applications.
+ :small_orange_diamond: IDA Pro - generates assembly language source code from machine-executable code.
+ :small_orange_diamond: radare2 - framework for reverse-engineering and analyzing binaries.
+
From af8e10bf33f3aeed701225a5ff5691ccab8b2fdb Mon Sep 17 00:00:00 2001
From: "@trimstray"
:small_orange_diamond: fuzzdb - dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
:small_orange_diamond: GDB PEDA - Python Exploit Development Assistance for GDB.
+ :small_orange_diamond: IDA - multi-processor disassembler and debugger useful for reverse engineering malware.
+ :small_orange_diamond: radare2 - framework for reverse-engineering and analyzing binaries.
- :small_orange_diamond: Hopper - lets you disassemble, decompile and debug applications.
- :small_orange_diamond: IDA Pro - generates assembly language source code from machine-executable code.
- :small_orange_diamond: radare2 - framework for reverse-engineering and analyzing binaries.
-