B2R2


ArchOperationMode Type

Some ISA, such as ARM, have their own operation mode, which can vary at runtime. For example, ARM architecture can switch between Thumb and ARM mode. ArchOperationMode decides which mode to consider at the time of parsing/lifting machine instructions.

Record fields

Record Field Description

ARMMode

Full Usage: ARMMode

Field type: ArchOperationMode
Modifiers: static

ARM mode.

Field type: ArchOperationMode

NoMode

Full Usage: NoMode

Field type: ArchOperationMode
Modifiers: static

No mode. This is used for architectures that do not have any operation mode.

Field type: ArchOperationMode

ThumbMode

Full Usage: ThumbMode

Field type: ArchOperationMode
Modifiers: static

Thumb mode.

Field type: ArchOperationMode