> For the complete documentation index, see [llms.txt](https://cajac.gitbook.io/ctf-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cajac.gitbook.io/ctf-notes/rev-eng/decompilers/ghidra.md).

# Ghidra

**Ghidra** is a software reverse engineering (SRE) framework created and maintained by the National Security Agency Research Directorate. This framework includes a suite of full-featured, high-end software analysis tools that enable users to analyze compiled code on a variety of platforms including Windows, macOS, and Linux. Capabilities include disassembly, assembly, decompilation, graphing, and scripting, along with hundreds of other features. Ghidra supports a wide variety of processor instruction sets and executable formats and can be run in both user-interactive and automated modes. Users may also develop their own Ghidra extension components and/or scripts using Java or Python.

## Resources

Ghidra - GitHub: <https://github.com/NationalSecurityAgency/ghidra>

Ghidra - Homepage: <https://ghidra-sre.org/>

Ghidra - Kali Tools: <https://www.kali.org/tools/ghidra/>

Ghidra - Wikipedia: <https://en.wikipedia.org/wiki/Ghidra>
