list_sections
Retrieve all sections and segments from a binary, including addresses, sizes, and permissions. Use this to map memory layout and analyze binary structure.
Instructions
List all sections and segments in the binary with addresses, sizes, and permissions.
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 |