How can Autopsy pull in an Android ADB backup file correctly?
Hello.
Have you looked at android-backup-extractor at all? I’ve used the all-in-one jar (abe.jar) before to unpack a Android Backup to a .tar and then extract the tar and feed it to Autopsy. That was a very long time ago so it may not be the best way to do it now.
https://github.com/nelenkov/android-backup-extractor
Derrick