frida_list_apps
Lists all installed applications on a device, including those not currently running. Returns identifier, name, and process ID for each app, enabling comprehensive app enumeration for analysis.
Instructions
List all installed applications on a device (not just running).
Unlike frida_list_processes which only returns running processes,
this enumerates all installed apps. Returns identifier, name, and
pid (0 if not running) for each.
device_id: optional Frida device id; defaults to local device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | No |