address_info
Look up any address, label, or function to get its full context: memory block, symbols, containing function, instruction, data, and references.
Instructions
Return address context in one lookup.
The response includes the resolved address, containing memory block,
symbols at the address, containing function, containing instruction,
containing data, and incoming/outgoing references.
Args:
target: Address, exact label name, or exact function name to inspect.
program: Required Ghidra project path or name to target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| program | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |