frida_find_process
Locate an iOS process by name, PID, or bundle ID on USB, local, or remote devices for Frida dynamic analysis.
Instructions
Find a process by name, PID, or bundle identifier.
Args: target: Process name, PID, or bundle ID device_type: Device type: 'usb', 'local', or 'remote' (default: 'usb') device_id: Specific device ID (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| device_id | No | ||
| device_type | No | usb |