You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick hack in Go to convert unencrypted Android backup files into
tar archives. Strips off the magic bytes at the beginning and
inflates the rest of the zlib-compressed file.
Example usage:
ab2tar com.android.providers.telephony.ab | tar -tvf -
About
Convert unencrypted Android backup files into normal tar archives