You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running it multiple times on the same APK doesn't always output the leak in s_sink10() (annotated in code example below) - but other leaks along the path are always found just as expected.
I'm using FlowDroid release 2.12 on an APK compiled with android build tools 8.3.2. The App consists of only one file MainActivity.java:
Hi,
I've found nondeterministic behavior in the FlowDroid command line tool.
I'm running the command line tool with the following settings:
Running it multiple times on the same APK doesn't always output the leak in
s_sink10()
(annotated in code example below) - but other leaks along the path are always found just as expected.I'm using FlowDroid release 2.12 on an APK compiled with android build tools 8.3.2. The App consists of only one file MainActivity.java:
MainActivity
My SourcesAndSinks.xml specifies the function
java.lang.String source()
as source and all the functions voids_sink[id](java.lang.String)
as sinks.The text was updated successfully, but these errors were encountered: