frida_sqlite_open
Opens a SQLite database in a target process and lists its tables using Frida's sandboxed SQLite API.
Instructions
Open a SQLite database in the target process and list tables.
Uses Frida's SqliteDatabase API within the process's sandbox view.
target: process name or pid (string).
db_path: path to the .db file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| db_path | Yes |