init(path:uuid:baseAddress:size:cpuType:cpuSubType:)
Creates a binary image info instance.
Declaration
init(path: String, uuid: UUID?, baseAddress: UInt64, size: UInt64, cpuType: cpu_type_t, cpuSubType: cpu_subtype_t)Parameters
- path:
The path to the binary image.
- uuid:
The UUID of the binary image.
- baseAddress:
The base address of the binary image.
- size:
The size of the binary image.
- cpuType:
The binary image’s CPU type.
- cpuSubType:
The binary image’s CPU subtype.