secure-software-engineering / SuSi

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

About lib #7

Closed fm-chen closed 8 years ago

fm-chen commented 8 years ago

Hi guys, I notice that your project include soot-trunk.jar, soot-infoflow.jar and soot-infoflow-android.jar. but I cannot find it in lib. So, did I need these three jars?

fm-chen commented 8 years ago

Description Resource Path Location Type Project 'SourceSinkFinder' is missing required Java project: 'soot-infoflow-android' SourceSinkFinder Build path Build Path Problem Project 'SourceSinkFinder' is missing required Java project: 'soot-infoflow' SourceSinkFinder Build path Build Path Problem Project 'SourceSinkFinder' is missing required Java project: 'soot' SourceSinkFinder Build path Build Path Problem The project cannot be built until build path errors are resolved SourceSinkFinder Unknown Java Problem

srasthofer commented 8 years ago

Hi, You can find all information here: https://github.com/secure-software-engineering/soot-infoflow-android/wiki

However, I would recommend checking out the source of those projects instead of the nightly builds. Also this information is provided on that website.

Regards, Siegfried