edb_lookup_symbol
Look up a symbol's memory address and type (function or variable) by name for debugging and reverse engineering.
Instructions
Look up a symbol's address and type. Supports functions and variables.
Args: params (SymbolLookup): Symbol name - name (str): E.g., 'main', 'printf', 'errno'
Returns: str: Symbol address and type info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |