frida_stalker_configure
Configure and start Frida Stalker on a specified thread with advanced options, including custom event types, exclude ranges, and transform callbacks, for targeted dynamic instrumentation.
Instructions
Configure and start Stalker with advanced options on a specific thread.
Finer control than stalker_coverage: custom event types, exclude ranges, and transform callbacks.
target: process name or pid (string).
thread_id: thread id to stalk (from frida_enumerate_threads).
options_json: JSON config with keys: events, excludeRanges,
onReceiveJs, duration_seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| thread_id | Yes | ||
| options_json | Yes |