[Soot-list] rta callGraph --------help

水言子 1241635403 at qq.com
Wed Sep 26 08:42:44 EDT 2012


1  HashMap opt = new HashMap();  2  opt.put("rta","true");  3  SparkTransformer.v().transform("",opt);  4  CallGraphBuilder cgb = new CallGraphBuilder();  5  cgb.build();  6  cg = cgb.getCallGraph();

The  code  above  seems  wrong!
I think the fault is:
  The function [SparkTransformer.v().transform()]  need a callgraph ,but we create it after the method.
 But if we reverse 3 and 4,5,6 ,the result is still wrong,because we donn't make the RTA work!

Thanks in advance!
Best wishes!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20120926/d98fd5bb/attachment.html 


More information about the Soot-list mailing list