Steven Arzt

Results 261 comments of Steven Arzt

Please provide a full strace of the exception (should be printed out by default). Screenshots from the debugger are not useful.

Please provide the *full* stack trace. There should be a section that begins with "caused by" below the section you have provided. I need the original cause of the exception,...

That's indeed strange, because it doesn't show where the ClassCastException happens. You write that you define your own ``ISourceSinkManager``. Does the problem also occur when you use FlowDroid's default source/sink...

That should normally work. If it doesn't, it's a bug. Can you try to debug it? Have a look at ``AbstractCallbackAnalyzer.analyzeMethodForCallbackRegistrations``. This method should detect the call to ``setOnClickListener`` and...

Yes, it is. In ``InfoflowConfiguration``, call ``getSolverConfiguration().setDataFlowSolver(DataFlowSolver.GarbageCollecting)``.

The debug info on memory consumption is not precise. In the paper, I used memory snapshots to compute proper memory use. Background: If you have enough memory in your computer,...

For ActivityCommunication2: That is indeed debatable. However, since we placed that app in the "InterComponentCommunication" folder, we aimed at communications inside one application, not between applications. That is, we make...

Did you build the current code from the ``develop`` branch? Did you rebuild your own application? The class ``FlowDroidMain`` seems to be your own code.

The ``InfoflowConfiguration`` class still provides a method ``getSootIntegrationMode``: ![image](https://user-images.githubusercontent.com/2691304/144022809-33ddb16d-4424-4d8c-b9d7-57d290e709dc.png)

You want to have an individual statement as a sink? Have a look at the ``StatementSourceSinkDefinition``.