[Soot-list] rta callgraph

Toth.Gabriella.2 at stud.u-szeged.hu Toth.Gabriella.2 at stud.u-szeged.hu
Mon Mar 19 10:54:56 EDT 2007


Hi!

I would like to retrieve a rta callgraph.
I tried:
HashMap opt = new HashMap();
opt.put("rta","true");
SparkTransformer.v().transform("",opt);
CallGraphBuilder cgb = new CallGraphBuilder();
cgb.build();
cg = cgb.getCallGraph();

But the callgraph was the same as if I use these rows:

CallGraphBuilder cgb = new CallGraphBuilder();
cgb.build();
cg = cgb.getCallGraph();


How could I retrieve rta callgraph?

Thanks
Gabi

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



More information about the Soot-list mailing list