Mohsen Barkhordari
Mohsen Barkhordari
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...
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...
I installed a simple app using google maps service, But map doesn't display in map fragment (Blank map is displayed), In Logcat this error exists: ``` 2019-12-28 14:48:11.751 7699-7699/com.example.mapdemo E/zzbz:...