Header menu logo B2R2

MachBinFile Type

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.DynamicSymbols

Full Usage: this.DynamicSymbols

Returns: Symbol array
Returns: Symbol array

this.ExportedSymbols

Full Usage: this.ExportedSymbols

Returns: ExportedSymbol[]
Returns: ExportedSymbol[]

this.HasCode

Full Usage: this.HasCode

Parameters:
Returns: bool
sec : Section
Returns: bool

this.Header

Full Usage: this.Header

Returns: Header
Returns: Header

this.IsPLT

Full Usage: this.IsPLT

Parameters:
Returns: bool
sec : Section
Returns: bool

this.Relocations

Full Usage: this.Relocations

Returns: RelocationInfo array
Returns: RelocationInfo array

this.Sections

Full Usage: this.Sections

Returns: Section array
Returns: Section array

this.StaticSymbols

Full Usage: this.StaticSymbols

Returns: Symbol array
Returns: Symbol array

this.Symbols

Full Usage: this.Symbols

Returns: SymbolStore
Returns: SymbolStore

Type something to start searching.