frida_target_snapshot
Collects an agent-friendly snapshot of a target process, including metadata, modules, threads, and memory ranges, to guide deeper analysis.
Instructions
Collect an agent-friendly target snapshot before deeper analysis.
Returns process metadata, runtime/bridge availability, main module, module/thread samples, memory-range counts, and recommended next tools.
target: process name or pid (attach), or command line when spawn=True.
device_id: optional Frida device id for USB/remote targets.
spawn: start the target suspended, attach, collect the snapshot, then resume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| device_id | No | ||
| spawn | No | ||
| module_limit | No | ||
| thread_limit | No |