Header menu logo B2R2

Instruction Type

Represents an ARM32 instruction.

Instance members

Instance member Description

this.Address

Full Usage: this.Address

Returns: Addr

Address of this instruction.

Returns: Addr

this.Cflag

Full Usage: this.Cflag

Returns: bool option

Carry Flag from decoding instruction.

Returns: bool option

this.Condition

Full Usage: this.Condition

Returns: Condition

Condition.

Returns: Condition

this.ITState

Full Usage: this.ITState

Returns: byte

IT state for this instruction (used only for IT instructions).

Returns: byte

this.IsAdd

Full Usage: this.IsAdd

Returns: bool

Add or subtract offsets.

Returns: bool

this.IsThumb

Full Usage: this.IsThumb

Returns: bool

Is a Thumb mode instruction?

Returns: bool

this.Length

Full Usage: this.Length

Returns: uint32

Length of this instruction in bytes.

Returns: uint32

this.Opcode

Full Usage: this.Opcode

Returns: Opcode

Opcode.

Returns: Opcode

this.Operands

Full Usage: this.Operands

Returns: Operands

Operands.

Returns: Operands

this.OprSize

Full Usage: this.OprSize

Returns: RegType

Operation size.

Returns: RegType

this.Qualifier

Full Usage: this.Qualifier

Returns: Qualifier

Qualifier.

Returns: Qualifier

this.SIMDTyp

Full Usage: this.SIMDTyp

Returns: SIMDDataTypes option

SIMD data type.

Returns: SIMDDataTypes option

this.WriteBack

Full Usage: this.WriteBack

Returns: bool

Write back.

Returns: bool

Type something to start searching.