Header menu logo B2R2

IntelInstruction Type

The internal representation for an Intel instruction used by our disassembler and lifter.

Constructors

Constructor Description

IntelInstruction(addr, len, wordSz, pref, rex, vex, opcode, oprs, opsz, psz)

Full Usage: IntelInstruction(addr, len, wordSz, pref, rex, vex, opcode, oprs, opsz, psz)

Parameters:
Returns: IntelInstruction
addr : Addr
len : uint32
wordSz : WordSize
pref : Prefix
rex : REXPrefix
vex : VEXInfo option
opcode : Opcode
oprs : Operands
opsz : RegType
psz : RegType
Returns: IntelInstruction

Instance members

Instance member Description

this.HasConcJmpTarget

Full Usage: this.HasConcJmpTarget

Returns: bool
Returns: bool

Type something to start searching.