secure-software-engineering / SuSi

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

Running Susi on ubuntu from start #19

Open lakshmi-21 opened 5 years ago

lakshmi-21 commented 5 years ago

Can you tell me what all files are needed while running the command (java -cp lib/weka.jar:soot-trunk.jar:soot-infoflow.jar:soot-infoflow-android.jar:SuSi.jar de.ecspride.sourcesinkfinder.SourceSinkFinder android.jar permissionMethodWithLabel.pscout out.pscout) on terminial

ofskymohsen commented 5 years ago

lib/weka.jar already exists in project structure. You can take following files from soot projects:

https://github.com/secure-software-engineering/soot-infoflow/releases https://github.com/secure-software-engineering/soot-infoflow-android/releases