read_file
Retrieve a file's contents from a workspace, with utf8 or base64 encoding for text or binary data, enabling access to APK resources during reverse-engineering.
Instructions
Read a file's contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoding | No | Default utf8; use base64 for binary files. | |
| filePath | Yes | ||
| workspace | No | Workspace name (not id) - created automatically if it doesn't exist yet. Defaults to "default". |