frida_find_functions_named
Locate all functions with a given name in a target process using Frida's symbol lookup. Returns their memory addresses.
Instructions
Find all functions with an exact name via DebugSymbol.findFunctionsNamed.
target: process name or pid (string).
name: exact function name to search for.
Returns list of matching addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| name | Yes |