edb_instruction_detail
Inspect instruction details at any address: bytes, assembly, opcode, operands, and addressing modes.
Instructions
Get detailed information about an instruction at a given address. Equivalent to EDB's InstructionInspector plugin. Shows instruction bytes, assembly, addressing modes, register operands, and more.
Args: params (InstructionDetailInput): Address - address (str): Address to inspect (default: $pc)
Returns: str: Detailed instruction info including bytes, opcode, operands
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |