[Soot-list] questions about soot

Steven Arzt Steven.Arzt at cased.de
Fri Oct 10 03:46:08 EDT 2014


Hi,

 

Have a look at the „JimpleBasedInterproceduralCFG” class in Soot. It gives you an interprocedural control flow graph. The method “getSuccsOf” allows you to traverse the control flow graph inside a method and “getCalleesOfCallAt” allows you to access the callgraph.

 

Best regards,

  Steven

 

Von: soot-list-bounces at CS.McGill.CA [mailto:soot-list-bounces at CS.McGill.CA] Im Auftrag von ???
Gesendet: Mittwoch, 24. September 2014 05:42
An: soot-list at CS.McGill.CA
Betreff: [Soot-list] questions about soot

 

         These days I use soot  to generate the flow graph of the Java source code ,but I have some questions ,here are my questions: 

       First,can I use the soot API  to generate the control flow graph  for  each  method  of the  Java  source code and the global  call graph?

      Second, if  using  the soot  API  is feasible, then could you give me an  example  of using the soot API  to generate  the control flow graph for each method  of the Java source  code and the global call graph?

      Thank you very much.

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20141010/1980ce4f/attachment.html 


More information about the Soot-list mailing list