edb_get_binary_info
Retrieves detailed metadata of the loaded binary, including ELF header, architecture, entry point, and section layout.
Instructions
Get detailed information about the loaded binary file. Shows ELF header, architecture, entry point, section layout, and more. Equivalent to EDB's BinaryInfo plugin.
Returns: str: Binary file metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |