Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.03 KB

File metadata and controls

38 lines (24 loc) · 1.03 KB

Ghidra

Installation (OSX)

Package Installer:

brew install ghidra

Manual Installation

{% embed url="https://htmlpreview.github.io/?https://github.com/NationalSecurityAgency/ghidra/blob/Ghidra_10.2.2_build/GhidraDocs/InstallationGuide.html#Platforms" %} Reference {% endembed %}

Instructions:

  • 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:
    1. Extract the JDK:

      tar xvf <JDK distribution .tar.gz>

    2. Open ~/.bashrc with an editor of your choice. For example:

      vi ~/.bashrc

    3. 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

    4. Save file

    5. Restart any open terminal windows for changes to take effect

Grab the JDK here:

{% embed url="https://github.com/NationalSecurityAgency/ghidra/releases" %} GitHub Repository {% endembed %}

Dark Mode

{% embed url="https://github.com/zackelia/ghidra-dark" %}