frida_debug_symbol
Resolve debug symbol information from memory addresses or find addresses from symbol names to analyze and debug processes during instrumentation.
Instructions
Resolve debug symbol information from an address or find address from symbol name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | No | Address to resolve (hex string) | |
| name | No | Symbol name to find |