Skip to content

arch ¤

Functions:

Attributes:

arch module-attribute ¤

arch: Arch = Arch('i386', 4, 'little')

read_thumb_bit ¤

read_thumb_bit() -> int | None

Return 0 or 1, representing the status of the Thumb bit in the current Arm architecture

Return None if the Thumb bit is not relevent to the current architecture

get_thumb_mode_string ¤

get_thumb_mode_string() -> Literal['arm', 'thumb'] | None

update ¤

update() -> None