Generation of a Control Flow Graph from a java bytecode using ASM
- Pena Anthony
- Brondin Nicolas
- Bardon Jérémy
- Control flow graph installed
You must be located in project folder (where pom.xml file is) to compile with :
mvn compile
and then run project :
mvn exec:java
The method analyzed by the program is in AnalysedClass and its name must be set in visitMethod (ClassAnalyser class)