Decompile Android apk
Example apk
Overview
Using dex2jar
1. Download dex2jar
dex2jar
2. Unzip dex2jar-2.0.zip
to ~/bin/dex2jar-2.0/
or other directory
dex2jar-2.0.zip
to ~/bin/dex2jar-2.0/
or other directory3. Make the script executable
4. Convert the apk into jar file using the convert script
A jar file com.hktve.viutv-20160409-dex2jar.jar
is then created
Open the jar file using JD-GUI
Result:
References
Last updated
Was this helpful?