Package com.pnfsoftware.jeb.core.units.code.asm.cfg
package com.pnfsoftware.jeb.core.units.code.asm.cfg
Control-flow graph types specific to native code.
-
ClassDescriptionAbstractCFGReorganizer<InsnType extends IInstruction>Facility for CFG graph nodes reordering.BasicBlock<InsnType extends IInstruction>This class represents a basic block of generic instructions.CFG<InsnType extends IInstruction>This class represents a Control Flow Graph for a method (routine) or any body of code.CFGFormatter<InsnType extends IInstruction>Customizable CFG formatter.Static utility routines for control flow graphs.This exception is raised when a CFG failed verification.CFGVerifier<InsnType extends IInstruction>Verifier of control flow graphs.IFormattingContextFactory<InsnType extends IInstruction>Customize instruction rendering via the generation of formatting-context objects.Used to model the exception flows: try-block and catch/handler address.Variable information provider (such as names).A provider of
variables
.