Add Ghidra; NSA's SRE tool suite officially released as free software.

This commit is contained in:
Meitar M 2019-03-11 13:50:30 -04:00
parent df5a353b39
commit 88d5f3986b
No known key found for this signature in database
GPG Key ID: 07EFAA28AB94BC85

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.