frida_sqlite_exec
Execute SQL statements directly on SQLite databases within a running process using Frida, enabling dynamic analysis and data inspection.
Instructions
Execute SQL against a SQLite database inside the target process.
target: process name or pid (string).
db_path: path to the .db file.
sql: SQL statement to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| db_path | Yes | ||
| sql | Yes |