Reverse engineering APK

  1. Download dex2jar tool from dex2jar.
  2. Use the tool to convert the APK file to JAR:
    $ d2j-dex2jar.sh my.apk
    dex2jar my.apk -> ./my-dex2jar.jar
  3. Once the JAR file is generated, use JD-GUI to open the JAR file. You will see the Java files.
G:\dex2jar-0.0.9.15\dex2jar-0.0.9.15>dex2jar classes.dex"

Comments

Popular posts from this blog

RUN JAVA PROJECT IN ANDROID STUDIO

Gradle DSL method not found: 'compile()'

Reverse string using recursion