frida_spawn_gating
Activate device-level spawn gating to intercept all new process spawns before execution. Captured spawns automatically resume after inspection.
Instructions
Enable spawn gating to intercept all new process spawns on a device.
Activates device-level spawn gating. Every process that starts during the capture window is intercepted before execution. Captured spawns are automatically resumed on completion.
device_id: optional Frida device id; defaults to local device.
duration_seconds: how long to gate spawns (default 30, max 120).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | No | ||
| duration_seconds | No |