Ghidra


Ghidra is a free and open source reverse engineering tool developed by the National Security Agency of the United States. The binaries were released at the RSA Conference in March 2019; the source code was published one month later on GitHub. Ghidra is seen by many security researchers as a competitor to IDA Pro. The software is written in Java using the Swing framework for the GUI. The decompiler component is written in C++, and is therefore usable in a stand-alone form.
Scripts to perform automated analysis with Ghidra can be written in Java or Python, though this feature is extensible and support for other programming languages is available via community plugins. Plugins adding new features to Ghidra itself can be developed using a Java-based extension framework.

History

Ghidra's existence was originally revealed to the public via Vault 7 in March 2017, but the software itself remained unavailable until its declassification and official release two years later. Some comments in its source code indicate that it existed as early as 1999.
VersionYearMajor features
1.02003Proof of concept
2.02004Database, docking windows
3.02006SLEIGH, decompiler, version control
4.02007Scripting, version tracking
5.02010File system browser
6.02014First unclassified version
9.02019First public release
9.22020Graph visualization, new PDB parser
10.02021Debugger
11.02023Rust and Go binaries support, BSim
11.12024Swift and DWARF 5 support, Mach-O improvements

In June 2019, coreboot began to use Ghidra for its reverse engineering efforts on firmware-specific problems following the open source release of the Ghidra software suite.
Ghidra can be used as a debugger since Ghidra 10.0. Ghidra's debugger supports debugging user-mode Windows programs via WinDbg, and Linux programs via GDB.

Supported architectures

The following architectures or binary formats are supported: