Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt.IMasterOptimizer
Packages that use IMasterOptimizer
Package
Description
Types specific to
gendec
's AST optimizers.Types specific to
gendec
's IR optimizers.Common types used by
gendec
's optimizers.-
Uses of IMasterOptimizer in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.opt
Subinterfaces of IMasterOptimizer in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.optModifier and TypeInterfaceDescriptioninterface
Base interface for AST master optimizers.Classes in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.opt that implement IMasterOptimizerModifier and TypeClassDescriptionclass
Master optimizer for the C AST generated code. -
Uses of IMasterOptimizer in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.opt
Subinterfaces of IMasterOptimizer in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.optModifier and TypeInterfaceDescriptioninterface
Base interface for IR master optimizers.Classes in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.opt that implement IMasterOptimizerModifier and TypeClassDescriptionclass
Standard master optimizer forCFG
ofIEStatement
IR instructions. -
Uses of IMasterOptimizer in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt
Classes in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt that implement IMasterOptimizerModifier and TypeClassDescriptionclass
AbstractMasterOptimizer<T extends IOptimizerTarget>
Standard implementation of a generic master optimizer.Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt that return IMasterOptimizerModifier and TypeMethodDescriptionAbstractOptimizer.getMasterOptimizer()
IOptimizer.getMasterOptimizer()
Retrieve the optional master optimizer that manages this optimizer.Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt with parameters of type IMasterOptimizerModifier and TypeMethodDescriptionvoid
AbstractOptimizer.setMasterOptimizer
(IMasterOptimizer<T> mo) void
IOptimizer.setMasterOptimizer
(IMasterOptimizer<T> mo) Set an optional master optimizer that manages this optimizer.