frida_launch_app
Spawns and resumes an application by bundle or package identifier using Frida. Returns process ID and status.
Instructions
Spawn and resume an application by bundle/package identifier.
identifier: app bundle id (iOS/macOS) or package name (Android),
e.g. 'com.apple.Safari' or 'com.example.app'.
device_id: optional Frida device id; defaults to local device.
Uses Frida's device.spawn() + device.resume() to launch the
app fresh. Returns {pid, identifier, status}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | ||
| device_id | No |