Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEUntranslatedInstruction
Packages that use IEUntranslatedInstruction
Package
Description
This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.Types used to create and access
gendec
's IR (Intermediate Representation).IR emulator facility.
-
Uses of IEUntranslatedInstruction in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return IEUntranslatedInstructionModifier and TypeMethodDescriptionIERoutineContext.createUntranslatedInstruction
(long nativeAddress, String nativeMnemonic, IEGeneric... irOperands) Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler with parameters of type IEUntranslatedInstructionModifier and TypeMethodDescriptionAbstractConverter.evaluateUntranslatedIR
(IEUntranslatedInstruction insn, IERoutineContext ectx, EState state) The default implementation returns null.IEConverter.evaluateUntranslatedIR
(IEUntranslatedInstruction insn, IERoutineContext ectx, EState state) Evaluate untranslated IR instructions.AbstractConverter.generateASTForUntranslatedIR
(IEUntranslatedInstruction insn, IERoutineContext ectx, ICMethod cctx) The default implementation returns null.IEConverter.generateASTForUntranslatedIR
(IEUntranslatedInstruction insn, IERoutineContext ectx, ICMethod cctx) Generate C statement from an untranslated IR instruction. -
Uses of IEUntranslatedInstruction in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir that return IEUntranslatedInstruction -
Uses of IEUntranslatedInstruction in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator with parameters of type IEUntranslatedInstructionModifier and TypeMethodDescriptiondefault Boolean
IEEmulatorHooks.evaluateUntranslated
(EEmulator emu, IEUntranslatedInstruction stm, IInstruction nativeStm) This hook is called when an instruction conversion produced anIEUntranslatedInstruction
IR.EEmulator.hooksEvaluateUntranslated
(IEUntranslatedInstruction stm, IInstruction insn) default void
IEEmulatorHooks.postEvaluateUntranslated
(EEmulator emu, IEUntranslatedInstruction stm, IInstruction nativeStm, long reqid, Boolean result)