Skip to content

Dalvik To Jimple is a library translating Android DEX Code in Jimple, the internal representation of Soot framework.

License

Notifications You must be signed in to change notification settings

isabella232/d2j

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D2J

d2j is a library that parses Android dex bytecode and transform it in Soot internal jimple representation. Soot is a bytecode analysis framework developed by McGill University (http://www.sable.mcgill.ca/soot/).

Compiling

This is a regular maven project. Soot libraries are fetched from conjars.org. You can also upload them to your local repository if you prefer to recompile them yourself.

Running the test cases

You must populate the directories in src/test/cases with either apk files or directly dex files (for example compiled with smali). An android.jar stub is provided.

About

Dalvik To Jimple is a library translating Android DEX Code in Jimple, the internal representation of Soot framework.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%