Header menu logo B2R2

BinCodeMode Type

Represents an instruction-set encoding mode, or a data region embedded in code.

Union cases

Union case Description

ArmMode

Full Usage: ArmMode

ARM (A32) instruction encoding.

DataMode

Full Usage: DataMode

A data region embedded in code (not to be disassembled).

ThumbMode

Full Usage: ThumbMode

Thumb (T32) instruction encoding.

Instance members

Instance member Description

this.IsArmMode

Full Usage: this.IsArmMode

Returns: bool
Returns: bool

this.IsDataMode

Full Usage: this.IsDataMode

Returns: bool
Returns: bool

this.IsThumbMode

Full Usage: this.IsThumbMode

Returns: bool
Returns: bool

Type something to start searching.