Is it possible to build a control flow graph for a Java program using Antlr? Are there any resources out there that provide guidelines on doing so? Is there a better approach than using Antlr or are there any kind of eclipse tools that might help?
Share
I’m going to use to Soot framework. That contains all of the provisions I need to perform control flow graph analysis.