mirror of
https://github.com/encounter/ghidra-cli.git
synced 2026-07-10 03:18:56 -07:00
481 B
481 B
Agent Instructions
Critical Rules
- NEVER SKIP TESTS! If Ghidra is not installed, the tests MUST fail.
- DEFAULT OUTPUT FORMAT should be human and agent readable, NOT JSON. Use
--jsonand--prettyfor JSON output.
Architecture
ghidra-cli uses a daemon-only architecture:
- All commands route through a daemon process
- Daemon manages a persistent Ghidra bridge connection
- Import/Analyze/Quick commands auto-start the daemon
- One daemon per project