Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDMasterOptimizerInstrumenter
Packages that use IDMasterOptimizerInstrumenter
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.-
Uses of IDMasterOptimizerInstrumenter in com.pnfsoftware.jeb.core.units.code.android.ir
Classes in com.pnfsoftware.jeb.core.units.code.android.ir that implement IDMasterOptimizerInstrumenterModifier and TypeClassDescriptionclass
Skeleton for an IR Master Optimizer instrumenter.Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return types with arguments of type IDMasterOptimizerInstrumenterMethods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDMasterOptimizerInstrumenterModifier and TypeMethodDescriptionvoid
IDMasterOptimizer.registerInstrumenter
(IDMasterOptimizerInstrumenter inst) void
IDMasterOptimizer.unregisterInstrumenter
(IDMasterOptimizerInstrumenter inst)