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:
Imported and thunk functions are skipped during analysis. Trivial functions are usually skipped as well. The remaining functions (small + medium + large) make up the analysis queue.
Options
Further reading
- CLI Reference:
kong info— full flag reference - Analyzing a Binary — run the full analysis
- Supported Architectures — what Kong can analyze

