| com.pnfsoftware.jeb.core.units.code.asm.decompiler.INativeDecompilerExtension<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction> |
Known Indirect Subclasses
AbstractNativeDecompilerExtension<InsnType extends IInstruction>
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
customAnalysis(IIRSimulationContext simulationContext, long offset, IEStatement insn, IEState state)
Custom instruction processing.
| ||||||||||
| abstract void | customizeIROptimizer(EMasterOptimizer optimizer) | ||||||||||
| abstract DecompilationStatus | pipelineHookPoint(INativeDecompilationTarget target) | ||||||||||
Custom instruction processing.
| offset | IR offset |
|---|---|
| insn | IR instruction |
| state | input pre-execution state at the provided instruction |