soot-infoflow-android-iccta
soot-infoflow-android-iccta copied to clipboard
Missing jar
Excuse me, could you tell me how do you solve the problem of dexlib2-2.1.1-dev.jar missing. Thank you very much!
It depends on where you need it. If it is a maven dependency, just add this:
<dependency>
<groupId>org.smali</groupId>
<artifactId>dexlib2</artifactId>
<version>2.1.1</version>
</dependency>
to you pom.xml.
Otherwise download the jar here and import it wherever you need it.
Or use the latest jar built, follow this wiki: https://github.com/lilicoding/soot-infoflow-android-iccta/wiki/Detailed-description-of-IccTA-usage