Skip to content

Instantly share code, notes, and snippets.

@BryceCicada
Created December 27, 2014 21:45
Show Gist options
  • Save BryceCicada/3e19d9c769e26f45d724 to your computer and use it in GitHub Desktop.
Save BryceCicada/3e19d9c769e26f45d724 to your computer and use it in GitHub Desktop.
Grab android application data
adb backup -noapk <package_name> && dd if=backup.ab bs=1 skip=24 | openssl zlib -d | tar -xvf -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment