Usage
kong info opens the binary in Ghidra and displays metadata without running the analysis pipeline. It’s useful for checking architecture, format, and function count before committing to a full analysis.
Example output
Classification breakdown
The function count is broken down by size classification:| Classification | Description |
|---|---|
| imported | External library functions (linked dynamically) |
| thunk | Single-instruction wrappers (jump stubs) |
| trivial | ≤16 bytes — too small for meaningful analysis |
| small | ≤64 bytes |
| medium | ≤256 bytes |
| large | >256 bytes |
Options
| Flag | Description |
|---|---|
--ghidra-dir | Override Ghidra installation path |
Further reading
- CLI Reference:
kong info— full flag reference - Analyzing a Binary — run the full analysis
- Supported Architectures — what Kong can analyze

