frida_profiler_start
Initiate profiling on targeted memory addresses in a running process, specifying sampler type and duration to analyze execution behavior.
Instructions
Start profiling specific addresses in the target process.
target: process name or pid (string).
addresses: list of hex addresses to instrument.
sampler_type: 'wall_clock' (default) or 'cycle_count'.
duration_seconds: how long to profile (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| addresses | Yes | ||
| sampler_type | No | wall_clock | |
| duration_seconds | No |