get_ida_database_info
Retrieve comprehensive information from an IDA database, including binary details and analysis results, to support reverse engineering workflows.
Instructions
Get information about an IDA database.
Args: instance_id: Target IDA instance ID (optional, uses default if not specified).
Returns: str: JSON-formatted string with database information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |