Skip to content

Instantly share code, notes, and snippets.

@pierx
Last active March 9, 2018 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pierx/d1723f3994e2e1a10200a37c9ba95d9d to your computer and use it in GitHub Desktop.
Save pierx/d1723f3994e2e1a10200a37c9ba95d9d to your computer and use it in GitHub Desktop.
Batch Decompile Apk (Windows)
for /r %i in (*.apk) do apktool d -s "%i"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment