Header menu logo 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. In such architectures, the parsing/lifting logic will vary depending on the ArchOperationMode. For most other architectures, it will always be NoMode.

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

Type something to start searching.