How it Access WhatsApp App's Database? - kp7742/WAAutoResponder GitHub Wiki

We are Taking help of Root Access to Get Read permission to private(internal) storage directory. Whatsapp uses Android's Default Sqlite3 for Databases. So i simply needs to access it, but How??

Well, i am using sqlite3 executable binary compiled for Android, running it as root user let it open and run query into database through command line.

I have made wrapper around sqlite binary to access it. we can fire simple query to get Results in Cursor. Check RootSQLiteDB for Detailed Info.