[Soot-list] Problems Constructing Call-Graph from Sources

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Fri Oct 14 09:04:21 EDT 2011


Hi Tillmann.

> i've tried to construct the Call-Graph in soot based on Java-Sources
> (All Files are included in the "process-dir").

This sounds like a usage error. Call-Graph construction happens in
whole-program mode (-w flag). When this mode is enabled, Soot
automatically includes all classes on Soot's classpath that are
reachable from the stated main class. There is no need to use
-process-dir, and this is probably what is causing your problems.

> What does the "$..." as extension means?

It just means that this is an anonymous inner class.

Eric


More information about the Soot-list mailing list