class documentation
class Mode(_Enum):
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 |
Undocumented |
Constant | X86 |
Undocumented |
Constant | X86 |
Undocumented |
Class Variable |
|
Undocumented |
Class Variable |
|
Undocumented |
Class Variable |
|
Undocumented |
Class Variable |
|
Undocumented |
Class Variable |
|
Undocumented |