disasm
Disassemble a function at a specified address into assembly instructions, with configurable instruction limits and offset, for reverse engineering tasks.
Instructions
Disassemble function to assembly instructions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addr | Yes | Function address to disassemble | |
| max_instructions | No | Max instructions per function (default: 5000, max: 50000) | |
| offset | No | Skip first N instructions (default: 0) | |
| include_total | No | Compute total instruction count (default: false) | |
| instance_id | Yes | Target IDA instance ID (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||