Java Control Flow Graphs Library
Java Control Flow Graphs Library
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).
Best Answer
A tool to do this stuff is Soot, and this questions is a duplicate of Tool for generating control flow in Java
View On WordPress













