Skip to main content

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

Last modified on March 20, 2026