list_functions
List all recognized functions in a debuggee during reverse engineering. Filter results by module name or function name substring to quickly locate specific functions.
Instructions
List recognised functions in the debuggee. Can filter by module name and/or name substring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| module | No | Module name filter (e.g. 'target.exe') | |
| nameFilter | No | Substring filter on function name | |
| offset | No | Pagination offset | |
| limit | No | Max results |