BinCodeMode Type
Represents an instruction-set encoding mode, or a data region embedded in code.
Union cases
| Union case |
Description
|
Full Usage:
ArmMode
|
ARM (A32) instruction encoding. |
Full Usage:
DataMode
|
A data region embedded in code (not to be disassembled). |
Full Usage:
ThumbMode
|
Thumb (T32) instruction encoding. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsArmMode
Returns: bool
|
|
Full Usage:
this.IsDataMode
Returns: bool
|
|
Full Usage:
this.IsThumbMode
Returns: bool
|
|
B2R2