Skip to content
Quintin edited this page Feb 20, 2023 · 9 revisions

Ghidra is a static reverse engineering tool made by the NSA that works with almost all architectures and platforms. It technically has a debugger but it is not as complete as IDA and is in its early stages.

Install

macOS

brew install --cask ghidra

Linux

sudo apt install flatpak

flatpak install flathub org.ghidra_sre.Ghidra

Manual (All platforms)

Videos

https://youtu.be/fTGTnrgjuGA

Clone this wiki locally