frida_enumerate_exports
Enumerate exported functions and symbols from a specific module in a target process by providing its PID and module name.
Instructions
Enumerate exports of a specific module.
Args: pid: Target process PID (must have active session). module_name: Name of the module to inspect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | ||
| module_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |