Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.simulator.IResolvedOperandValue
Packages that use IResolvedOperandValue
Package
Description
Types used for (limtied) native instruction simulation.
-
Uses of IResolvedOperandValue in com.pnfsoftware.jeb.core.units.code.asm.simulator
Classes in com.pnfsoftware.jeb.core.units.code.asm.simulator that implement IResolvedOperandValueModifier and TypeClassDescriptionclass
A resolved operand representing an immediate value which type is unknown.Methods in com.pnfsoftware.jeb.core.units.code.asm.simulator that return IResolvedOperandValueModifier and TypeMethodDescriptionICodeResolver.determineOperandValue
(IMachineContext context, InsnType instruction, int index) Determine the actual values of an instruction operand.