pull_database
Extracts an Android app's SQLite database and WAL files from a device into local cache via adb run-as, enabling direct access and querying.
Instructions
Extracts an SQLite database and its WAL files from an Android device into the local cache using adb run-as.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Android package name (e.g. com.example.app) | |
| dbName | Yes | The name of the database file (e.g. app_database.db) |