Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.simulator.IInsnEmulator
Packages that use IInsnEmulator
Package
Description
Types used to define and represent processors' instructions, operands, and registers.
Types used for (limtied) native instruction simulation.
-
Uses of IInsnEmulator in com.pnfsoftware.jeb.core.units.code.asm.processor
Methods in com.pnfsoftware.jeb.core.units.code.asm.processor with parameters of type IInsnEmulatorModifier and TypeMethodDescriptionprotected boolean
AbstractInstruction.isBreakingFlow
(IInsnEmulator<T> emulator) protected boolean
AbstractInstruction.isJump
(IInsnEmulator<T> emulator) protected boolean
AbstractInstruction.isRoutineCall
(IInsnEmulator<T> emulator) -
Uses of IInsnEmulator in com.pnfsoftware.jeb.core.units.code.asm.simulator
Classes in com.pnfsoftware.jeb.core.units.code.asm.simulator that implement IInsnEmulatorModifier and TypeClassDescriptionclass
InsnEmulator<T extends IInstructionOperand>
Main class that can emulate an instruction and retrieve the correct result.