frida_backtrace
Retrieve stack backtrace for debugging thread execution in processes using Frida's dynamic instrumentation toolkit.
Instructions
Get stack backtrace for a thread. Useful for debugging and analysis.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| thread_id | No | Thread ID (0 for current thread) | |
| limit | No | Max frames to return |