public class

InstructionUtil

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.processor.InstructionUtil

Class Overview

Utility routines for IInstruction.

Summary

Public Constructors
InstructionUtil()
Public Methods
static IInstructionOperand getOperandByGlobalIndex(IInstruction insn, int opndIndexGlobal)
static boolean isAddressOperand(IInstructionOperandGeneric op)
Indicate if an instruction Operand is an address type meaning TYPE_ADDR or TYPE_RELADDR
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public InstructionUtil ()

Public Methods

public static IInstructionOperand getOperandByGlobalIndex (IInstruction insn, int opndIndexGlobal)

public static boolean isAddressOperand (IInstructionOperandGeneric op)

Indicate if an instruction Operand is an address type meaning TYPE_ADDR or TYPE_RELADDR