-
The two attached cases give very different answers going from version 7.1 to 7.3. There seems to be plenty of oxygen in the compartment so it's not clear why it's limiting burning in the room and crea…
-
I'm trying to use FlowDroid for the first time and keep having an error while doing (on windows):
```
java -Xmx4g -cp sootclasses-trunk-jar-with-dependencies.jar;soot-infoflow.jar;soot-infoflow-an…
-
-
I think soot is mainly about parsing class files. Can soot parse source code directly, with all the dependencies(jars) provided. Because I want to reserve the original names on the soot generated CFG …
-
Hello, Mr Lee, I'm a Chinese student in Nanjing University and I'm doing my graduation project with HybriDroid. Then, I found some bugs in HybriDroid, they're below:
## 1. com.ibm.wala.cast.js/sour…
-
Based on #67:
Extend the current implementation of the Soot framework for scanning process variables to dynamically scan call hierarchies within the "execute" method.
-
Hi,
We are trying to use soot to optimize android dex file according to
http://www.bodden.de/2013/01/08/soot-android-instrumentation/
The result doesn't seem very promise though, we see the optimize…
-
In V4.10806 (and probably earlier versions?) smoke alarms does not work anymore.
For existing devices the smoke switch is never triggered and the smoke alarm value doesnt change. On new devices the…
-
I'm trying to serialize an object from the Soot program analysis framework, but I'm getting an array index out of bounds exception during serialization. I've added a link to the relevant documentation…
-
Hi @StevenArzt ,
I'm wondering if there are constructs or sections of code that compute the strongly connected components of a call graph/control flow graph.
Also is it possible to get the data …