Header menu logo B2R2

Fat Module

Provides functions to parse Mach-O FAT binary headers.

Functions and values

Function or value Description

Fat.parseArch bytes isa

Full Usage: Fat.parseArch bytes isa

Parameters:
    bytes : byte[]
    isa : ISA

Returns: FatArch

Parses the FAT binary header and returns the `FatArch` record that matches the given ISA.

bytes : byte[]
isa : ISA
Returns: FatArch

Fat.parseArchs bytes

Full Usage: Fat.parseArchs bytes

Parameters:
    bytes : byte[]

Returns: FatArch array

Parses the FAT binary header and returns an array of `FatArch` records.

bytes : byte[]
Returns: FatArch array

Type something to start searching.