> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kong.fyi/llms.txt
> Use this file to discover all available pages before exploring further.

# kong info

> Display binary metadata without running analysis

## Synopsis

```bash theme={null}
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

| Argument | Type | Required | Description                          |
| -------- | ---- | -------- | ------------------------------------ |
| `BINARY` | Path | Yes      | Path to the binary file. Must exist. |

## Options

| Flag           | Type | Default       | Description                             |
| -------------- | ---- | ------------- | --------------------------------------- |
| `--ghidra-dir` | Path | Auto-detected | Override Ghidra installation directory. |

## Example

```bash theme={null}
kong info ./stripped_binary
```

## Further reading

* [Binary Info](/usage/binary-info) — usage guide with example output
* [Supported Architectures](/reference/supported-architectures) — what Kong can analyze
