frida_attach
Attach to a running process by PID, name, or bundle identifier to begin dynamic analysis and instrumentation.
Instructions
Attach to a running process by PID or name.
Args: pid: Process PID (int). name: Process name (str). identifier: Application bundle identifier (str). frontmost: Attach to the frontmost application. device_id: Target device. Uses default if omitted. realm: Session realm — "native" or "emulated".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | ||
| name | No | ||
| realm | No | ||
| device_id | No | ||
| frontmost | No | ||
| identifier | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||