ghidra-cli 0.1.10

Rust CLI to run Ghidra headless for reverse engineering with Claude Code and other agents
Documentation
1
2
3
4
5
6
7
//! IPC module for CLI-to-bridge communication.
//!
//! Provides direct TCP communication to the Java GhidraCliBridge.
//! No intermediate daemon process is needed.

pub mod client;
pub mod protocol;