open_database
Attach to a local executable or IDB through IDA Nexus to enable reverse engineering analysis. Load a database so you can query open files and run Python scripts.
Instructions
Attach to a GUI database or shared managed idalib worker through IDA Nexus.
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 | ||
| recovery | Yes | Crash recovery performed while opening: none, repaired, or restored. | |
| instance_id | Yes |