-
I noticed an issue with the ompi_gnu_linux compilation while working on a branch. The same case compiled with the latest fds source has different results for ompi_gnu_linux and impi_intel_linux. The d…
-
Trying to debug a java project ([FlowDroid](https://github.com/secure-software-engineering/FlowDroid)) using vscode. The project is built using maven. Getting this error when using "Run Debug" on the …
-
If I have two files, like so:
test.py
```python
from typing import TypedDict
import test2
class Foo(TypedDict, total=False):
x: int
y: int
x: Foo = {'x': 1}
x: test2.Foo = {'x': 1}
`…
-
Hi, When I call getMethods, I get the following error.
```java
Caused by: java.lang.IllegalArgumentException: cannot convert Object to (Soot-)Constant.
at sootup.java.core.ConstantUtil.fromObje…
-
Maven: "Dependency 'com.googlecode.d2j:dex-tools:2.2-SNAPSHOT' not found"
-
Exception in thread "main" java.lang.NullPointerException
at sootup.core.util.printer.JimplePrinter.printLocalsInBody(JimplePrinter.java:409)
at sootup.core.util.printer.JimplePrinter.printBody(Ji…
-
Hello Steven,
I really appreciate your fantastic contribution to FlowDroid, which facilitates Android program analysis.
Recently, I had to build an older project to evaluate my paper. Unfortunat…
-
Like Worklist algorithm, correspond to `ForwardFlowAnalysis` in Soot.
-
Hi,
On attempting to use your (nice-looking!) library, I get a compilation failure:
```
node_modules/csv42/lib/types/types.d.ts:2:13 - error TS2456: Type alias 'NestedObject' circularly referen…
-
When use soot to do static code analyze, a big project will coat a lot of time in loading necessary classes. And i found actually cost time is in method processResolveWorklist which in source code [So…