[Soot-list] Trying to build call graph from with a java program

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Sun Aug 30 03:36:12 EDT 2009


Hi.

>  I am trying to build call graph for a class from a java program. I need to
> take each method the class and build a call graph as if that method is the
> main method. I haven't got any way of declaring any arbitrary method as
> reachableMethod and continue call graph construction.

>From what you write, it seems like you would want to play around with
the class EntryPoints. I don't understand why you are adding "main"
methods to every class. How would that solve your problem? What
exactly is the problem that your analysis should solve anyway?

Eric

-- 
Eric Bodden
Software Technology Group
Technical University Darmstadt, Germany


More information about the Soot-list mailing list