ida_disassemble
Disassemble instructions at any address or symbol to view assembly code. Optionally, disassemble an entire function for a complete picture of the code.
Instructions
Disassemble instructions at an address. Use function=true for entire function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of instructions (default 20) | |
| address | Yes | Address (hex '0x401000') or symbol name | |
| function | No | If true, disassemble entire function |