SuSi icon indicating copy to clipboard operation
SuSi copied to clipboard

Where can I found jar files dependencies(soot-*.jar)?

Open ofskymohsen opened this issue 6 years ago • 2 comments

In ant.settings.ssebuild there are several jar files dependencies:

soot.jar=lib/soot-trunk.jar
soot-infoflow.jar=lib/soot-infoflow.jar
soot-infoflow-android.jar=lib/soot-infoflow-android.jar

Where can I found these jar files? They don't exist in lib folder and don't generated during build process.

ofskymohsen avatar May 23 '19 17:05 ofskymohsen

Soot is from the Soot open source program analysis framework: https://github.com/Sable/soot. The other two JARs are from FlowDroid: https://github.com/secure-software-engineering/FlowDroid

StevenArzt avatar May 23 '19 18:05 StevenArzt

Hello, I would like to inquire about the compatibility of SUSI with versions of soot-inflow and soot-infolow-android. I attempted to use version 2.5.1 from the repository https://github.com/secure-software-engineering/FlowDroid, but it seems to be not working.

Nick-Morbid avatar Dec 12 '23 09:12 Nick-Morbid