Skip to content

Instantly share code, notes, and snippets.

View GuyKh's full-sized avatar
🤘
Rock on

Guy Khmelnitsky GuyKh

🤘
Rock on
View GitHub Profile
@GuyKh
GuyKh / decompile_apk.txt
Last active November 28, 2023 13:32 — forked from ichux/steps.txt
Decompiling .apk files
# install decompiler
brew install dex2jar; brew install jadx; brew install apktool; brew cask install jd-gui
Forum:= https://groups.google.com/forum/#!forum/android-platform
Config:= java -Xmx512m
Download from:= https://bitbucket.org/mstrobel/procyon/downloads/
USING apktool
1. apktool d sample_app.apk -o apktool_sample_app