[Soot-list] FlowDroid - How to output all Abstractions generated during analysis

Katie Underwood kap.underwood at gmail.com
Mon Sep 14 13:11:09 EDT 2015


Hello,

I am interested in modifying FlowDroid to output tainted flows from all
sources, not just those which terminate in a defined sink. To this end, I
want to extract all Abstraction objects generated during the analysis of an
application.

My current approach is to capture the set of Abstraction objects returned
by method notifyOutFlowHandlers in InfoflowProblem.java. Would this be the
correct location to ensure that I capture all Abstractions and do not miss
any flows? Or should I be looking at another method in InfoflowProblem.java
(or elsewhere)?

Thank you for any insight you can offer me.

Best Regards,

Katie Underwood
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150914/d91b95f7/attachment-0001.html 


More information about the Soot-list mailing list