Steven Arzt
Steven Arzt
That should not happen. If you get a ``DumbPointerAnalysis``. this means that the old pointer analysis was released. If the pointer analysis is then requested, Soot automatically creates the dumb...
Do you also have a different number of results being reported before path reconstruction starts? There is a line in the log before the portion you have posted that tells...
The high memory consumption may be due to an imprecise callgraph, which in turn happens because of the imprecise PAG. Note that FlowDroid uses its own pointer analysis and does...
I have added some code to restore the PAG after dead code elimination.
Thanks for reporting, there was indeed a problem with a merge request. I have put the fix back into the codebase.
Can you provide the APK?
This is strange. Which anti-virus solution do you use?
FlowDroid can specify individual fields reachable from the return value of a particular method as source. Take the following example: `` a = source(); leak(a.f); `` You can configure to...
FlowDroid adds fragments to the dummy main method, yes.
FlowDroid can process Java code. The test cases in the ``soot-infoflow`` module are entirely based on Java, not Android. You can use them as an example.