Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 902 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 902 Bytes

bytecode-to-cfg

Description

Generation of a Control Flow Graph from a java bytecode using ASM

Authors

  • Pena Anthony
  • Brondin Nicolas
  • Bardon Jérémy

Requirements

Developer

You must be located in project folder (where pom.xml file is) to compile with :

mvn compile

and then run project :

mvn exec:java

Links

Usage

The method analyzed by the program is in AnalysedClass and its name must be set in visitMethod (ClassAnalyser class)