[Soot-list] Call graph generation in Soot

Patrick Lam plam at cs.mcgill.ca
Tue Feb 1 10:09:40 EST 2011


On 02/01/11 05:28, Roberto Santa Escolástica wrote:
> Hi everyone,
>
> I am evaluating some tools which allow the generation of call graphs and
> I have some doubts about Soot. What I am doing right now is an analysis
> of these tools in order to select the most suitable to the necessities
> of our project. Because of that I will be grateful if someone could
> answer these questions:
>
>     * Is it possible to export the generated call graph to a specific
>       format? (XML, XLS, CSV, TXT, ...)

Let me point out that you can write out the pointer assignment graph, 
which is not quite the same as the call graph, but certainly related. 
The code is in soot.jimple.spark.pag.PAGDumper and friends. As Eric 
wrote, it isn't very hard to dump the call graph itself.

pat


More information about the Soot-list mailing list