frida_kill_app
Terminate a process on a device by specifying its PID or name, with optional device selection for targeted control.
Instructions
Kill a process by PID or name on a device.
target: integer PID (as string) or process name. If a name is
given, the process list is searched (exact match first, then
substring). device_id: optional; defaults to local device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| device_id | No |