Skip to content

Instantly share code, notes, and snippets.

@ganixdev
Created October 22, 2017 05:13
Show Gist options
  • Select an option

  • Save ganixdev/739039a3051e1570b2bf9880662d0eea to your computer and use it in GitHub Desktop.

Select an option

Save ganixdev/739039a3051e1570b2bf9880662d0eea to your computer and use it in GitHub Desktop.
Batch decompile apks using apk tool [one liner]
for file in $(pwd)/*apk ; do apktool d $file ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment