Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 619 Bytes

File metadata and controls

10 lines (6 loc) · 619 Bytes

ConFlEx

Sound Modular Control-Flow Graph Extraction Tool

About

ConFlEx soundly extracts control flow graphs (CFG) from Java bytecode programs. The tool is written in OCAML. It uses Sawja/Javalib for manipulating Java class files, virtual method call resolution, and intermediate language (BIR) transformation. The extracted CFGs are suitable for the formal verification of control flow safety properties, such as in the CVPP project.

More information

Visit http://www.csc.kth.se/~pedrodcg/conflex/