Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.analyzer.IInstructionAugmenter
Packages that use IInstructionAugmenter
Package
Description
Types relating to the disassembler engine.
Control-flow graph types specific to native code.
-
Uses of IInstructionAugmenter in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Subinterfaces of IInstructionAugmenter in com.pnfsoftware.jeb.core.units.code.asm.analyzerModifier and TypeInterfaceDescriptioninterfaceINativeCodeModel<InsnType extends IInstruction>Memory model manager fornative code unit, normally handled by acode analyzer. -
Uses of IInstructionAugmenter in com.pnfsoftware.jeb.core.units.code.asm.cfg
Constructors in com.pnfsoftware.jeb.core.units.code.asm.cfg with parameters of type IInstructionAugmenterModifierConstructorDescriptionCFG(List<? extends InsnType> insns, List<IrregularFlowData> irrdata, IInstructionAugmenter augmenter, long base, long entry, int flags) Create a CFG by recursively processing a list of sequential instructions.CFG(Map<Long, InsnType> offsetToInsn, List<IrregularFlowData> irrdata, IInstructionAugmenter augmenter, long entry, int flags) Create a CFG by recursively processing a collection of instructions.