disassemble_function
Extract assembly code from a function in IDA Pro to analyze binary structure and understand program behavior during reverse engineering.
Instructions
Get assembly code for a function (API-compatible with older IDA builds)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_address | Yes | Address of the function to disassemble |