frida_enumerate_exports
List exported symbols from a specified module in a target process, including function and variable names and their memory addresses.
Instructions
List exported symbols from a specific module in a target process.
module_name: e.g. 'libsystem_kernel.dylib'.
Returns name, type ('function' or 'variable'), and address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| module_name | Yes |