-
1. The `generic.experienceRate` is an attribute that increases the rate of xp that you get from orbs... it be from slain mobs or from ores, etc.
Now... since this is an attribute, it can be used by…
-
I am checking the tests from **securibench** in the `soot-infoflow/` folder and I have noticed that test Aliasing4 (https://github.com/secure-software-engineering/FlowDroid/blob/develop/soot-infoflow/…
-
Dear developers,
I hope this message finds you well. Firstly, I would like to express my appreciation for your excellent work on the Soot-FlowDroid module. It has been instrumental in my recent ana…
-
I am getting this error on running ./gradlew check. Where should I set the Soot class path? What would be going wrong here?
-
As in Android, there is no main method there are multiple entry points (e.g. onCreate, onResume and so on). I just figure out I can create a synthetic Main method using createDummy method. I want to c…
-
-
I want to know what is the difference between soot and sootup. Is it okay to use the old version of soot?
-
Hi, does secucheck support taint-analysis for Android Apk without source code?
-
Dear Sir,
I was analyzing an app file using both Soot and FlowDroid, and found that for the same method the Soot and FlowDroid produces slightly different Jimple code. The FlowDroid version has an e…
-
First, thank you for your valuable work and support:
Is it possible to run FlowDroid on binaries of system services, e.g., to taint one parameter across methods of the application framework and als…