brew install ghidra
{% embed url="https://htmlpreview.github.io/?https://github.com/NationalSecurityAgency/ghidra/blob/Ghidra_10.2.2_build/GhidraDocs/InstallationGuide.html#Platforms" %} Reference {% endembed %}
- Linux and macOS (OS X): Extract the JDK distribution (.tar.gz file) to your desired location, and add the JDK's bin directory to your PATH:
-
Extract the JDK:
tar xvf <JDK distribution .tar.gz>
-
Open ~/.bashrc with an editor of your choice. For example:
vi ~/.bashrc
-
At the very end of the file, add the JDK bin directory to the PATH variable:
export PATH=<path of extracted JDK dir>/bin:$PATH
-
Save file
-
Restart any open terminal windows for changes to take effect
-
{% embed url="https://github.com/NationalSecurityAgency/ghidra/releases" %} GitHub Repository {% endembed %}
{% embed url="https://github.com/zackelia/ghidra-dark" %}