mirror of
https://github.com/encounter/ghidra-cli.git
synced 2026-07-10 03:18:56 -07:00
Key changes: - Remove HeadlessExecutor as execution path - All query operations require daemon - Wire IPC layer (already implemented) as primary client - 9 milestones for complete implementation Rationale: Binary analysis is slow enough that persistent daemon is always preferable to per-command process spawning. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>