frida_stalker_trace
Trace instruction-level execution in processes using Stalker to monitor calls, returns, and memory operations for debugging and analysis.
Instructions
Trace execution at instruction/block level using Stalker. Very powerful but heavy.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| thread_id | No | Thread ID to trace (0 for all) | |
| events | No | Events to capture: 'call', 'ret', 'exec', 'block', 'compile' | |
| duration | No | Duration in seconds |