edb_analyze_calls_at
Disassemble at a specified address and resolve all call and jump targets, enabling control flow analysis.
Instructions
Disassemble at an address and identify call/jump targets. Shows each instruction and resolves targets for call, jmp, jz, jnz. Essential for control flow analysis and understanding branch targets.
Args: params (AnalyzeCallsInput): Address - address (str): Address to analyze
Returns: str: Instructions with resolved call/jump targets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |