import_session
Restore emulation session state from an export to continue analysis or debugging in a new session with the same architecture.
Instructions
Import session state into a new session.
Creates a new session for the given architecture and restores state from export.
Args: arch: Architecture name (must match the exported state's arch). state: The state dict from export_session.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arch | Yes | ||
| state | Yes |