LIEF: Library to Instrument Executable Formats Version 0.15.1
Loading...
Searching...
No Matches
Macho_Binary_t Struct Reference

LIEF::MachO::Binary C Handler. More...

#include <Binary.h>

Collaboration diagram for Macho_Binary_t:

Public Attributes

void * handler
 
uint64_t imagebase
 
Macho_Header_t header
 
Macho_Command_t ** commands
 
Macho_Symbol_t ** symbols
 
Macho_Section_t ** sections
 
Macho_Segment_t ** segments
 

Detailed Description

Member Data Documentation

◆ commands

Macho_Command_t** Macho_Binary_t::commands

◆ handler

void* Macho_Binary_t::handler

◆ header

Macho_Header_t Macho_Binary_t::header

◆ imagebase

uint64_t Macho_Binary_t::imagebase

◆ sections

Macho_Section_t** Macho_Binary_t::sections

◆ segments

Macho_Segment_t** Macho_Binary_t::segments

◆ symbols

Macho_Symbol_t** Macho_Binary_t::symbols

The documentation for this struct was generated from the following file: