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 booleanAbstractInstruction.isBreakingFlow(IInsnEmulator<T> emulator) protected booleanAbstractInstruction.isJump(IInsnEmulator<T> emulator) protected booleanAbstractInstruction.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 TypeClassDescriptionclassInsnEmulator<T extends IInstructionOperand>Main class that can emulate an instruction and retrieve the correct result.