frida_stalker_add_call_probe
Attach a temporary call probe at a target address using Frida Stalker, monitor function calls for a specified duration, and auto-remove the probe after time expires.
Instructions
Call Stalker.addCallProbe() and remove it before returning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| address | Yes | ||
| duration_seconds | No |