Constants

object Constants

Properties

Link copied to clipboard
const val MH_CIGAM: Int

The Mach-O magic number for 32-bit architectures, in reverse byte order.

Link copied to clipboard
const val MH_CIGAM_64: Int

The Mach-O magic number for 64-bit architectures, in reverse byte order.

Link copied to clipboard
const val MH_MAGIC: Int

The Mach-O magic number for 32-bit architectures.

Link copied to clipboard
const val MH_MAGIC_64: Int

The Mach-O magic number for 64-bit architectures.