Steven Arzt

Results 261 comments of Steven Arzt

Thanks for the thorough analysis of the issue. Can you open a merge request with a fix?

I committed some changes. That might not be the most elegant solution, but it should resolve the immediate problem with ``methodSinks``.

Your problem is similar to Android apps, which are essentially plugins into the operating system. This design principle also applies to, e.g., Spring Boot or Java Enterprise applications. FlowDroid uses...

Please try and stick to a single topic per issue. If you want to discuss a second topic, please open another issue. Otherwise, it's really hard to keep track of...

If there is only one entry point that dispatches incoming requests based on fields inside that request, e.g., to distinguish between POST and DELETE operations, you don't need to handle...

The ``AsyncTask`` is not a callback, so adding it to ``AndroidCallbacks.txt`` won't help. Still, it requires special handling during callgraph construction, since the call to ``execute`` leads to edges to...

The rule does not point to ``onPostExecute`` etc. We have refactored the concept of fake edges in Soot. The new concept is more precise, but you need to extend the...

You normally run FlowDroid against the platform JARs from the Android SDK. If you look into these JARs using a decompiler such as JD GUI, you can see that they...

Have a look at the directory ``soot-infoflow-android\testXmlParser``, there are a few XML files you can use as examples. The new format is much more expressive. You can, e.g., denote individual...

Can you provide a download link for these apps?