il.address_to_index
Resolve a binary address to its corresponding intermediate language (IL) indices for a given function. Specify SSA mode and IL level (LLIL, MLIL, or HLIL) to precisely map a memory address to its IL representation.
Instructions
Map address to IL index/indices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ssa | No | ||
| level | No | ||
| address | Yes | ||
| session_id | Yes | ||
| function_start | Yes |