How to install NationalSecurityAgency/ghidra. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
NationalSecurityAgency/ghidra Installation Guide
How to install NationalSecurityAgency/ghidra. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for NationalSecurityAgency/ghidra. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i NationalSecurityAgency/ghidraor
Install via npx
npx @hexmos/ipm i NationalSecurityAgency/ghidraPrerequisites
JDK 21
build_toolVersion: 64-bit
Gradle
build_toolVersion: 8.5+
Python 3.9 to 3.13
languageVersion: 3.9 to 3.13
GCC or Clang
system_toolFor Linux/macOS-only compilation.
Microsoft Visual Studio
system_toolVersion: 2017+
Microsoft C++ Build Tools
system_toolFor Windows-only compilation.
Eclipse IDE for Java Developers
environmentFor Eclipse development environment.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Binary Installation
Extract the Ghidra release file: `unzip ghidra-master`
Launch Ghidra: `./ghidraRun` (`ghidraRun.bat` for Windows) Container Installation
Extract the Ghidra release file: `unzip ghidra-master` Script Installation
Install GCC or Clang, and make (Linux/macOS-only) Post Installation Steps
- Open the Ghidra application.
- Select a file to analyze from your computer's file system.
- Start analyzing the file using the Ghidra interface.
