frida_find_symbol_by_name
Locate a symbol by name in a module, including non-exported symbols, and retrieve its memory address and type.
Instructions
Find a symbol by name within a module (including non-exported symbols).
target: process name or pid (string).
module_name: module to search.
symbol_name: symbol name to find.
Returns address and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| module_name | Yes | ||
| symbol_name | Yes |