Java Control Flow Graphs Library

Midhat picture Midhat · Nov 14, 2011 · Viewed 13.4k times · Source

I need to manipulate control flow graphs for Java code in a project. What might be a good java library to generate control flow graphs in Java. So far I have found a couple eclipse plugins (heavily dependent on eclipse APIs) and standalone tools (cannot embed in my code).

Answer

Midhat picture Midhat · Nov 14, 2011

A tool to do this stuff is Soot, and this questions is a duplicate of Tool for generating control flow in Java