mirror of
https://github.com/encounter/ghidra-cli.git
synced 2026-07-10 03:18:56 -07:00
refactor: update CLI commands and remove deprecated quick analysis feature
This commit is contained in:
@@ -94,6 +94,11 @@ impl BridgeClient {
|
||||
self.send_command("status", None)
|
||||
}
|
||||
|
||||
/// Get bridge info (current program, project name, program count, uptime).
|
||||
pub fn bridge_info(&self) -> Result<serde_json::Value> {
|
||||
self.send_command("bridge_info", None)
|
||||
}
|
||||
|
||||
/// List functions.
|
||||
pub fn list_functions(
|
||||
&self,
|
||||
|
||||
Reference in New Issue
Block a user