-
The paper states that` NaturalCC` supports building control-flow graphs or data-flow graphs. But it appears code graph building is based on LLVM Clang.
How would that work for Java code then?
P…
-
I want to use vta and normal context-insensitive points-to analysis algorithm to generate call graph. I am looking in the source code of Spark and there are some code I got confuse.
` if (opt…
-
Thanks for this great library.
I am thinking to use Soot for *backward slicing*.
- Is there any example to do this?
- Can I run it from a IntelliJ or Eclipse plugin?
- Does it support latest…
-
I wonder whether FlowDroid supports doing taint analysis on .class or .jar file instead of .apk file. If so, how can I set target file. Moreover, I have to perform taint analysis which involves differ…
-
Hello,
I'm working on a fire safety project using the fdsvismap tool to visualize visibility based on FDS simulations. Using the example that is provided I am facing an issue where the ASET maps an…
PVR93 updated
2 weeks ago
-
Is it possible to run only library methods to analyze? It seems to only get "APK" input right now. Can we give the JAR as input?
-
Hi, I tried to compile and run "instrumenter" from the source code (instead of running instrumenter.sh).
By setting Instrumenter's main as a default function, I used this arguments.
``
com.twitte…
-
Hi !
I have some confusion about `EasyTaintWrapper` and `Options.v().set_no_bodies_for_excluded(true)` .
When I analyze a very small demo app with FlowDroid, Flowdroid can't give results in a tolera…
-
identified a large number of GUIs that are not currently supported by this texture pack. each link either goes directly to the texture looking for support (if there is only one) or the folder in which…
-
It appears JavaParser is more geared towards parsing. I am wondering whether JavaParser can be used for static program slicing?
If someone already did it using this library, would love to hear tha…