<b>Control Flow Graph Factory</b> is an Eclipse plugin which generates control flow graphs from java bytecode, edit them and export to GraphXML, DOT or several image formats.
<ul><li>Automatic generation of several types of control flow graphs from Java bytecode:<ul><li>bytecode graphs</li><li>source code graphs</li><li>basic block graphs</li></ul></li>
<li> Editing of control flow graphs
<ul><li>Move, create, delete, rename, ... nodes</li>