Skip to content
forked from pxb1988/dex2jar

Tools to work with android .dex and java .class files

License

Notifications You must be signed in to change notification settings

JuliaSoft/dex2jar

 
 

Repository files navigation

This README file explains how build and import this project in Eclipse.

This project is a "fork" from the original Dex2Jar (https://github.com/pxb1988/dex2jar).

It has been modified by Flavio Toffalin and it has been simply moved from https://bitbucket.org/tregua87/dex2jar to the current repository in github.

In particular, this project is aimed as a prototype only for experiment, not more.

How build and import it:

  • Make a clone of the project:
  • Build the project typing in order the following commands. Open terminal and once in the clones folder:
    • $ gradlew build
    • $ gradlew eclipse
  • Import the project in Eclipse:
    • Open eclipse, File -> import -> Existing project into Workspace.
    • Select Dex2Jar folder on your PC (where you run git clone and build), so import all projects inside.

Done

About

Tools to work with android .dex and java .class files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.4%
  • Smali 3.0%
  • GAP 2.9%
  • Jasmin 0.9%
  • ANTLR 0.6%
  • Shell 0.2%