# d2j **Repository Path**: mirrors_Orange-OpenSource/d2j ## Basic Information - **Project Name**: d2j - **Description**: Dalvik To Jimple is a library translating Android DEX Code in Jimple, the internal representation of Soot framework. - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.