Skip to content

Instantly share code, notes, and snippets.

@sleeyax
Created April 7, 2021 22:46
Show Gist options
  • Save sleeyax/b21958e72c14870a017d0846765a48d9 to your computer and use it in GitHub Desktop.
Save sleeyax/b21958e72c14870a017d0846765a48d9 to your computer and use it in GitHub Desktop.
Extract android APK cheatsheet
adb shell pm list packages
adb shell pm path com.example.someapp
adb pull /data/app/com.example.someapp-2.apk path/to/desired/destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment