[Soot-list] create a CFG from scratch

Phil Pratt-Szeliga pcpratts at syr.edu
Sat Apr 21 14:41:09 EDT 2012


Hello,

BriefUnitGraph is tightly coupled with the JimpleBody in soot. I
suggest you make your own graph/vertex/edge classes. The graph class
can implement the DirectedGraph<Unit> interface for compatibility with
other parts of soot.

Phil Pratt-Szeliga
Syracuse University


More information about the Soot-list mailing list