MachoHeader

@Serializable
data class MachoHeader : ReadableStructure(source)

Represents the Mach-O file header.

The Mach-O header contains basic information about the file, such as target architecture, file type, load command count, and flags.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val fields: Map<String, Any>

Get all fields of the structure

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ncmds: UInt
Link copied to clipboard
Link copied to clipboard