SuSi
SuSi copied to clipboard
Where can I found jar files dependencies(soot-*.jar)?
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.
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
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.