rzil_trace_step
Step the RzIL emulator and get typed events for every variable and memory read/write, enabling precise tracing of VM state changes. Use for detailed debugging of emulated execution.
Instructions
Step the RzIL emulator and return detailed VM change events showing exactly which variables and memory locations were read or written. Uses aezse which outputs typed events like pc_write(old, new) and var_write(name, old, new). Superior to ESIL tracing because events are typed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of steps to trace (default 1) | |
| session_id | Yes | RzIL session ID returned by rzil_init |