Skip to main content

Synopsis

kong info [OPTIONS] BINARY

Description

Show metadata about a binary without running the analysis pipeline. Displays architecture, format, compiler, and function count with size classification breakdown.

Arguments

ArgumentTypeRequiredDescription
BINARYPathYesPath to the binary file. Must exist.

Options

FlagTypeDefaultDescription
--ghidra-dirPathAuto-detectedOverride Ghidra installation directory.

Example

kong info ./stripped_binary

Further reading

Last modified on March 20, 2026