Menu

UserGuide

Anonymous Bob Pan
There is a newer version of this page. You can find it here.
  1. Download dex2jar from https://sourceforge.net/projects/dex2jar/files/
  2. Extract dex2jar-version.zip to a folder. for example /home/panxiaobo/, _C:_

unzip -x dex2jar-version.zip -d /home/panxiaobo

  1. use dex2jar to generate .jar file. dex2jar will generate a file named someApk-dex2jar.jar in the working folder.

       linux sh /home/panxiaobo/dex2jar-version/d2j-dex2jar.sh /home/panxiaobo/someApk.apk
       windows C:\dex2jar-version\d2j-dex2jar.bat someApk.apk
    
  2. use a decompiler to view the source.

that's it


MongoDB Logo MongoDB