get_binary_info
Retrieve detailed metadata from PE, ELF, or Mach-O binaries including file format, architecture, entrypoint, sections, imports, and exports.
Instructions
Get detailed metadata of a binary file (PE/ELF/Mach-O).
Includes file format, architecture, entrypoint, section list, imports/exports, etc.
Args: file_path: Absolute path to the binary file.
Returns: File metadata in JSON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |