class documentation

class Mode(_Enum):

View In Hierarchy

Modes of execution.

  • X86_64: the transition is executed in Intel 64b mode.
  • X86_32: the transition is executed in Intel 32b mode.
  • X86_16: the transition is executed in Intel 16b mode.
  • AArch64_A64: the transition is executed in AArch64 A64 mode.
  • AArch64_A32: the transition is executed in AArch64 A32 mode.
  • AArch64_T32: the transition is executed in AArch64 Thumb mode.
  • AArch32_A32: the transition is executed in AArch32 A32 mode.
  • AArch32_T32: the transition is executed in AArch32 Thumb mode.
Constant X86_16 Undocumented
Constant X86_32 Undocumented
Constant X86_64 Undocumented
Class Variable AArch32_A32 Undocumented
Class Variable AArch32_T32 Undocumented
Class Variable AArch64_A32 Undocumented
Class Variable AArch64_A64 Undocumented
Class Variable AArch64_T32 Undocumented
X86_16: int =

Undocumented

Value
2
X86_32: int =

Undocumented

Value
1
X86_64: int =

Undocumented

Value
0
AArch32_A32: int =

Undocumented

AArch32_T32: int =

Undocumented

AArch64_A32: int =

Undocumented

AArch64_A64: int =

Undocumented

AArch64_T32: int =

Undocumented