Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.cfg.IVariableProvider
Packages that use IVariableProvider
Package
Description
Control-flow graph types specific to native code.
Types used to create and access
gendec
's IR (Intermediate Representation).-
Uses of IVariableProvider in com.pnfsoftware.jeb.core.units.code.asm.cfg
Methods in com.pnfsoftware.jeb.core.units.code.asm.cfg with parameters of type IVariableProviderModifier and TypeMethodDescriptionCFGFormatter.formatChains
(Map<Integer, Collection<T>> chains, IVariableProvider varprv) Constructors in com.pnfsoftware.jeb.core.units.code.asm.cfg with parameters of type IVariableProviderModifierConstructorDescriptionCFGFormatter
(CFG<InsnType> cfg, IVariableProvider varprv, boolean formatFineGrained) Build a CFG formatter with an optional variable provider to aid in the representation of data chains. -
Uses of IVariableProvider in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Constructors in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with parameters of type IVariableProviderModifierConstructorDescriptionECFGFormatter
(CFG<IEStatement> cfg, IVariableProvider varprv, boolean formatFineGrained)