frida_load_debug_symbols
Load debug symbols from a file (e.g., dSYM) into a target process to enable symbolicated stack traces and improved analysis.
Instructions
Load debug symbols from a file (e.g. dSYM) into the target.
target: process name or pid (string).
path: path to the debug symbol file to load.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| path | Yes |