secure-software-engineering / FlowDroid

FlowDroid Static Data Flow Tracker
GNU Lesser General Public License v2.1
1.05k stars 298 forks source link

Call Graph Visualization #100

Open lakshmi-21 opened 5 years ago

lakshmi-21 commented 5 years ago

Is there a way where we can actually visualize the Call Graph containing edges generated from the output of FlowDroid? If not then what is the use of $rn outputs? Can we use them to make a graph further?

cincat commented 5 years ago

You can output the result in .dot file, then you can transform .dot file to picture which can be explicit.

Andreas237 commented 5 years ago

You can output the result in .dot file, then you can transform .dot file to picture which can be explicit.

@cincat can you point me to the documentation on how to output them to a .dot file? I'm not seeing that when I use the --help menu.