edb_get_arch_info
Retrieves CPU architecture, binary type (PIE/non-PIE), and instruction set features of the debugged process. Equivalent to EDB's BinaryInfo plugin.
Instructions
Get architecture information about the debugged process and binary. Equivalent to EDB's BinaryInfo plugin. Shows CPU architecture, binary type (PIE/non-PIE), instruction set features, and more.
Returns: str: Architecture details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |