Header menu logo B2R2

Magic Type

Magic number for Mach-O header.

Record fields

Record Field Description

FAT_CIGAM

Full Usage: FAT_CIGAM

Field type: Magic
Modifiers: static

The file is intended for use on multiple architectures (FAT binary). This value is used on a little-endian host.

Field type: Magic

FAT_MAGIC

Full Usage: FAT_MAGIC

Field type: Magic
Modifiers: static

The file is intended for use on multiple architectures (FAT binary). This value is used on a big-endian host.

Field type: Magic

MH_CIGAM

Full Usage: MH_CIGAM

Field type: Magic
Modifiers: static

The byte ordering scheme of the target machine is the reverse of the host CPU (32-bit CPU).

Field type: Magic

MH_CIGAM_64

Full Usage: MH_CIGAM_64

Field type: Magic
Modifiers: static

The byte ordering scheme of the target machine is the reverse of the host CPU (64-bit CPU).

Field type: Magic

MH_MAGIC

Full Usage: MH_MAGIC

Field type: Magic
Modifiers: static

The file is intended for use on a CPU with the same endianness as the computer on which the compiler is running (32-bit CPU).

Field type: Magic

MH_MAGIC_64

Full Usage: MH_MAGIC_64

Field type: Magic
Modifiers: static

The file is intended for use on a CPU with the same endianness as the computer on which the compiler is running (64-bit CPU).

Field type: Magic

Type something to start searching.