get_exports
List exported functions and symbols of a Windows module during debugging, with optional name substring filtering to identify specific exports.
Instructions
List all exported functions/symbols for a specific module.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| module | Yes | Module name (e.g. 'kernel32.dll') | |
| nameFilter | No | Filter by export name substring |