Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.cfg.IrregularFlowData
Packages that use IrregularFlowData
Package
Description
Control-flow graph types specific to native code.
-
Uses of IrregularFlowData in com.pnfsoftware.jeb.core.units.code.asm.cfg
Constructor parameters in com.pnfsoftware.jeb.core.units.code.asm.cfg with type arguments of type IrregularFlowDataModifierConstructorDescriptionCFG
(Map<Long, InsnType> offsetToInsn, List<IrregularFlowData> irrdata, IInstructionAugmenter augmenter, long entry, int flags) Create a CFG by recursively processing a collection of instructions.