frida_find_functions_matching
Find functions matching a glob pattern in a target process, returning their addresses and symbolicated names.
Instructions
Find functions matching a glob pattern via DebugSymbol.findFunctionsMatching.
target: process name or pid (string).
glob: glob pattern (e.g. 'xpcsend*', 'objc_msg*').
Returns matching addresses with symbolicated names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| glob | Yes |