Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.opt.IEMasterOptimizer
Packages that use IEMasterOptimizer
Package
Description
This package and its sub-packages contain the types used to access
gendec, JEB's generic
decompiler.Types specific to
gendec's IR optimizers.-
Uses of IEMasterOptimizer in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return IEMasterOptimizerModifier and TypeMethodDescriptionINativeDecompilerContext.createIROptimizer(IERoutineContext ectx) IDecompiledMethod.getIROptimizer()Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler with parameters of type IEMasterOptimizerModifier and TypeMethodDescriptionAbstractNativeDecompilerExtension.customizeIntermediateOptimizer(INativeDecompilerContext decompiler, IEMasterOptimizer mo) The default implementation does nothing and requests continuation.INativeDecompilerExtension.customizeIntermediateOptimizer(INativeDecompilerContext decompiler, IEMasterOptimizer mo) This method is called by a decompiler unit to customize a master IR optimizer. -
Uses of IEMasterOptimizer in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.opt
Classes in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.opt that implement IEMasterOptimizerModifier and TypeClassDescriptionclassStandard master optimizer forCFGofIEStatementIR instructions.Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.opt that return IEMasterOptimizerModifier and TypeMethodDescriptionAbstractEOptimizer.getMasterOptimizer()protected IEMasterOptimizerAbstractEOptimizer.getMasterOptimizerSafe()Safely retrieve a master optimizer.