edb_disassemble
Disassemble machine code at a specified address or function. View assembly instructions including addresses, offsets, and opcodes, with optional control over the number of instructions displayed.
Instructions
Disassemble machine code at an address or function. Shows assembly instructions with addresses, offsets, and opcodes.
Args: params (DisassembleInput): Disassembly params - location (str): Address (e.g., '0x400000') or function (e.g., 'main') - count (int): Instructions to show, 1-200 (default: 10)
Returns: str: Formatted disassembly listing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |