rzil_init
Initialize the Rizin RzIL virtual machine to obtain a persistent session ID for high-fidelity binary emulation using typed bitvectors.
Instructions
Initialize the Rizin RzIL virtual machine and return a persistent session_id for subsequent RzIL tool calls. RzIL uses typed bitvectors (BAP Core Theory) for superior emulation fidelity compared to ESIL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Start address (hex). If omitted, entry point is used. | |
| binary_path | Yes | Absolute path to the binary file |