secure-software-engineering / SuSi

SuSi - our tool to automatically discover sources and sinks in the Android framework
141 stars 74 forks source link

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

Open ofskymohsen opened 5 years ago

ofskymohsen commented 5 years ago

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.

StevenArzt commented 5 years ago

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

Nick-Morbid commented 9 months ago

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.