frida_file_read
Read a file from a target process's sandboxed filesystem view. Specify the process name or PID and file path to retrieve content as UTF-8 text or hex for binaries.
Instructions
Read a file from the target process's filesystem view.
target: process name or pid (string).
path: file path to read.
Uses NSData inside the target (respects sandbox). Returns content
as UTF-8 text or hex for binary data. Capped at 64KB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| path | Yes |