frida_file_list
List files in a directory on a target process's filesystem using NSFileManager, reflecting the process's sandbox view. Returns file names and directory flags.
Instructions
List files in a directory on the target process's filesystem.
target: process name or pid (string).
path: directory to list (default '/').
Uses NSFileManager inside the target so it reflects that process's
sandbox view. Returns file names and directory flags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| path | No | / |