frida_sqlite_dump
Dump the full schema and data of a SQLite database from a target process by specifying process name and database path.
Instructions
Full schema + data dump of a SQLite database in the target process.
target: process name or pid (string).
db_path: path to the .db file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| db_path | Yes |