il.instruction_by_addr
Retrieve the disassembled intermediate language (IL) instruction for a given source address within a specific function. Provide session, function start, and target address to analyze code at low, medium, or high IL levels.
Instructions
Get IL instruction by source address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ssa | No | ||
| level | No | ||
| address | Yes | ||
| session_id | Yes | ||
| function_start | Yes |