Header menu logo B2R2

MachBinFile Type

This class represents a Mach-O binary file.

Constructors

Constructor Description

MachBinFile(path, bytes, isa, baseAddrOpt)

Full Usage: MachBinFile(path, bytes, isa, baseAddrOpt)

Parameters:
    path : string
    bytes : byte[]
    isa : ISA
    baseAddrOpt : uint64 option

Returns: MachBinFile
path : string
bytes : byte[]
isa : ISA
baseAddrOpt : uint64 option
Returns: MachBinFile

Instance members

Instance member Description

this.Commands

Full Usage: this.Commands

Returns: LoadCommand array
Returns: LoadCommand array

this.Header

Full Usage: this.Header

Returns: MachHeader
Returns: MachHeader

this.Sections

Full Usage: this.Sections

Returns: MachSection array
Returns: MachSection array

this.SymbolInfo

Full Usage: this.SymbolInfo

Returns: SymInfo
Returns: SymInfo

Type something to start searching.