analyze_function
Analyze a function in a binary at a given address or symbol to inspect its code and behavior. Useful for reverse engineering and debugging.
Instructions
Analyze function at current or specified address (af).
Args: address: Address or symbol (e.g., "0x401000", "sym.main") session_id: Session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |