Last active
August 26, 2021 17:00
-
-
Save Prasanth-Shakti/ddb19710386768863f3b4306f2ee448a to your computer and use it in GitHub Desktop.
Extract classes.dex in apk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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