Header menu logo B2R2

ARM32Instruction Type

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

Constructors

Constructor Description

ARM32Instruction(addr, nb, cond, op, opr, its, wb, q, s, m, cf, oSz, a)

Full Usage: ARM32Instruction(addr, nb, cond, op, opr, its, wb, q, s, m, cf, oSz, a)

Parameters:
Returns: ARM32Instruction
addr : Addr
nb : uint32
cond : Condition
op : Opcode
opr : Operands
its : byte
wb : bool
q : Qualifier
s : SIMDDataTypes option
m : ArchOperationMode
cf : bool option
oSz : RegType
a : bool
Returns: ARM32Instruction

Instance members

Instance member Description

this.HasConcJmpTarget

Full Usage: this.HasConcJmpTarget

Returns: bool
Returns: bool

Type something to start searching.