x32x01
ADMINISTRATOR
- by x32x01 ||
Decompile an Android Application with Dex2jar and Jd-GUI
For decompiling an android application, the open source tool which we’ll use is “dex2jar“.- Download Link – Dex2jar.zip (Extract in any location)
- Sample Application – yeahhub.apk (Download & Extract/Move into dex2jar folder)
As we all knows java executables can be decompiled and to decompile an apk into jar, just type the following command in your cmd windows:
Code:
d2j-dex2jar.bat yeahhub.apk
Now open “jd-GUI” tool which you can download from this link.
Open yeahhub-dex2jar.jar file in jd-GUI tool and you’ll see something like this.
There are basically two ways through which you can extract this AndroidManifest file from the android application i.e. via Android Studio or via simply Winrar/Winzip Tool. Of course we’ll go with Winrar because its very easy to use.