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

Eric Bodden eric.bodden at ec-spride.de
Wed Sep 26 09:38:25 EDT 2012


Did you actually read this text?
http://www.catb.org/esr/faqs/smart-questions.html

Eric

On 26 September 2012 14:42, 水言子 <1241635403 at qq.com> wrote:
>  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!
>
>
>
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>


More information about the Soot-list mailing list