soot-infoflow-android-iccta icon indicating copy to clipboard operation
soot-infoflow-android-iccta copied to clipboard

Missing jar

Open Ryuanxue opened this issue 5 years ago • 1 comments

Excuse me, could you tell me how do you solve the problem of dexlib2-2.1.1-dev.jar missing. Thank you very much!

Ryuanxue avatar Jun 05 '19 06:06 Ryuanxue

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

JordanSamhi avatar Dec 20 '19 08:12 JordanSamhi