SuSi
SuSi copied to clipboard
SuSi - our tool to automatically discover sources and sinks in the Android framework
Hi all, I am having trouble building the SuSi framework as there is no installation guide. Please can anyone give instructions on how to successfully build SuSi.
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...
When I use following command for running project: `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` I receive this error: `Error: Could not find or load main class de.ecspride.sourcesinkfinder.SourceSinkFinder` How can...
Hi, I have some problems... could you help me, please? When I try to run Susi with the cmd command, it starts but then I get a problem: ``` ......
I want a complete list of sources and sinks for android 9 (AOSP). - Is SuSi capable of finding sources and sinks in android 9? - Where can I find...
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
Hello all, I found that there is source and sinks file named `"SourcesSinks_Train.arff"` with a good representation of the features and the class label of Android APIs. If there is...
Hi, @StevenArzt Is there any documentation that talks about the different categories and the content of each one in detail? I can only find out what the categories are, but...
Hi , I'm very interested in SUSI,I found my INPUTS didn't be used when the program is running ,do i have some mistake in operation or configuration. the error is...
Hello There, While i am using the `rifl.xml` file as input for `flowdroid`,i don't found the return value behind the class and method elements in the XML representation. Is it...