Sign in to follow this  
inpatient

Decompiling android APK's / Mentoring Guide

Recommended Posts

We will need the following tools in order to start working:

 

Dex2jar - download from here: https://sourceforge.net/projects/dex2jar/

Jd-gui - download from here: http://jd.benow.ca/

 

Follow the steps below:

 

1. Rename your apk from name.apk to name.zip

2. Extract the contents

3. Copy class.dex and paste it into your dex2jar directory (You might have multiple class.dex files depending on the app)

4. Open CMD and navigate to dex2jar's path.

5. Execute the following command: d2j-dex2jar.bat class.dex or d2j-dex2jar.bat class.dex class2.dex etc. if you have more than one .dex files.

6. This should spawn new .jar files. Run jd-gui and open the jar files.

 

That's it.

  • Like 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this