open_database
Attach to an IDA database or shared worker by specifying a path, making it the default target for Python execution and analysis.
Instructions
Attach to a GUI database or shared managed idalib worker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to a local executable or IDB. A GUI instance is used when available. | |
| set_current | No | Whether this database should become the default target for execute_python(). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | Yes | ||
| status | Yes | Attachment state: attached or current. | |
| backend | Yes | Instance backend: gui or idalib. | |
| log_path | Yes | ||
| nexus_id | Yes | ||
| instance_id | Yes |