list_relocations
Lists relocations in a binary with addresses, types, and target symbols. Use it to inspect dynamic linking metadata and resolve symbol references during binary analysis.
Instructions
List all relocations in the binary with their addresses, types, and target symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| offset | No | Pagination offset (0-based) | |
| binary_path | Yes | Absolute path to the binary file |