From 88d5f3986b3a61a86d52cbe37f5ebf8e2c22331e Mon Sep 17 00:00:00 2001 From: Meitar M Date: Mon, 11 Mar 2019 13:50:30 -0400 Subject: [PATCH] Add Ghidra; NSA's SRE tool suite officially released as free software. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f24a6a0..402e049 100644 --- a/README.md +++ b/README.md @@ -491,6 +491,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea ### Reverse Engineering Tools +* [Ghidra](https://www.ghidra-sre.org/) - Suite of free software reverse engineering tools developed by NSA's Research Directorate originally exposed in WikiLeaks's "Vault 7" publication and now maintained as open source software. * [Interactive Disassembler (IDA Pro)](https://www.hex-rays.com/products/ida/) - Proprietary multi-processor disassembler and debugger for Windows, GNU/Linux, or macOS; also has a free version, [IDA Free](https://www.hex-rays.com/products/ida/support/download_freeware.shtml). * [WDK/WinDbg](https://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx) - Windows Driver Kit and WinDbg. * [OllyDbg](http://www.ollydbg.de/) - x86 debugger for Windows binaries that emphasizes binary code analysis.