rzil_run
Runs emulation until a target address is reached or a step limit is exceeded, using an existing session to preserve state.
Instructions
Run RzIL emulation until a target address is reached or maximum steps are exceeded. Uses aezsu for address targets. Requires a persistent session from rzil_init.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_steps | No | Maximum number of steps before stopping (default 1000) | |
| session_id | Yes | RzIL session ID returned by rzil_init | |
| until_address | No | Stop emulation when PC equals this address (hex). Uses aezsu internally. |