frida_find_export_by_name
Locate a function's memory address by export name, with optional module scope for targeted analysis.
Instructions
Find a single export by name, optionally scoped to a module.
target: process name or pid (string).
module_name: module to search in, or None for all modules.
export_name: export name to find.
Returns the address of the export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| module_name | Yes | ||
| export_name | Yes |