list_functions
Retrieve analyzed functions from a binary with names, addresses, sizes, and call conventions. Filter, sort, and paginate results to locate specific functions during reverse engineering.
Instructions
List all functions identified by radare2 analysis with their names, addresses, sizes, and call conventions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| filter | No | Optional substring to filter function names | |
| offset | No | Pagination offset (0-based) | |
| sort_by | No | Sort functions by address, size, or name | address |
| binary_path | Yes | Absolute path to the binary file |