The most advanced and complete solution for extracting WhatsApp key/DB from package directory (/data/data/com.whatsapp) without root access.
-
Updated
Aug 28, 2023 - Python
The most advanced and complete solution for extracting WhatsApp key/DB from package directory (/data/data/com.whatsapp) without root access.
List contents of, unpack, and convert Android Backup files to TAR files and back, decrypt, encrypt, split them into by-app pieces, etc. Android Backup files are `backup.ab`, `*.ab`, `*.adb`, and similarly named files produced by `adb backup`, `bmgr`, and similar tools.
backup.ab to tar and tar to backup.ab converter python3 script
Unpacks ".ab" Android backups made using adb backup into regular ".tar" archives.
Add a description, image, and links to the adb-backup topic page so that developers can more easily learn about it.
To associate your repository with the adb-backup topic, visit your repo's landing page and select "manage topics."