Merge pull request #286 from meitar/ghidra

Add Ghidra; NSA's SRE tool suite officially released as free software.
This commit is contained in:
Samar Dhwoj Acharya 2019-03-13 09:39:25 -05:00 committed by GitHub
commit 8fcdce285b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.