ghidra-cli

Installation
SKILL.md

ghidra-cli Agent Reference

Rust CLI for Ghidra reverse engineering. Binary name: ghidra.

Architecture

CLI (Rust/clap) ──TCP──► GhidraCliBridge.java (GhidraScript in Ghidra JVM)
  • Direct bridge: no daemon process. The Java bridge IS the persistent server.
  • One bridge per project, keyed by ~/.local/share/ghidra-cli/bridge-{md5}.port
  • Import/Analyze/query commands auto-start the bridge if not running
  • Sequential command processing (Ghidra API is not thread-safe)

Global Flags

Installs
1
GitHub Stars
6
First Seen
Apr 13, 2026
ghidra-cli — akiselev/altium-cli