Class InstructionUtil
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.processor.InstructionUtil
Utility routines for
IInstruction
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IInstructionOperand
getOperandByGlobalIndex
(IInstruction insn, int opndIndexGlobal) static boolean
Indicate if an instruction Operand is an address type meaningIInstructionOperandGeneric.TYPE_ADDR
orIInstructionOperandGeneric.TYPE_RELADDR
-
Constructor Details
-
InstructionUtil
public InstructionUtil()
-
-
Method Details
-
getOperandByGlobalIndex
-
isAddressOperand
Indicate if an instruction Operand is an address type meaningIInstructionOperandGeneric.TYPE_ADDR
orIInstructionOperandGeneric.TYPE_RELADDR
- Parameters:
op
-- Returns:
-