rzil_step
Execute one or more instruction steps in the RzIL emulator, returning VM change events and updated register state from an active session.
Instructions
Execute one or more instruction steps in the Rizin RzIL emulator and return VM change events and updated register state. Requires a persistent session from rzil_init.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of steps to execute (default 1) | |
| session_id | Yes | RzIL session ID returned by rzil_init | |
| show_events | No | If true, use aezse to show VM change events (pc_write, var_write). If false, use silent aezs. |