There is a .ab
file inside of it, which is a is a backup file created by Android Debug Bridge (ADB), which is part of the Android SDK tools.
First Iโll use Android Backup Extractor jar to convert the .ab
into a .tar
file with the following command:
java -jar abe-62310d4.jar unpack cat.ab cat.tar
Then Iโll extract it:
tar -xvf cat.tar