Skip to main content

ghidra_cli/ipc/
mod.rs

1//! IPC module for CLI-to-bridge communication.
2//!
3//! Provides direct TCP communication to the Java GhidraCliBridge.
4//! No intermediate daemon process is needed.
5
6pub mod client;
7pub mod protocol;