Skip to content

Instantly share code, notes, and snippets.

@Prasanth-Shakti
Last active August 26, 2021 17:00
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 Prasanth-Shakti/ddb19710386768863f3b4306f2ee448a to your computer and use it in GitHub Desktop.
Save Prasanth-Shakti/ddb19710386768863f3b4306f2ee448a to your computer and use it in GitHub Desktop.
Extract classes.dex in apk
unzip app-debug.apk
brew install jadx
jadx classes.dex
or
open in android studio
Reference:
https://github.com/skylot/jadx
https://bytecodeviewer.com/
https://dev.to/protium/extract-code-from-android-apk-with-3-commands-1o4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment