LIEF: Library to Instrument Executable Formats Version 0.16.0
|
LIEF::MachO::Binary C Handler. More...
#include <Binary.h>
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 |
LIEF::MachO::Binary C Handler.
Macho_Command_t** Macho_Binary_t::commands |
void* Macho_Binary_t::handler |
Macho_Header_t Macho_Binary_t::header |
uint64_t Macho_Binary_t::imagebase |
Macho_Section_t** Macho_Binary_t::sections |
Macho_Segment_t** Macho_Binary_t::segments |
Macho_Symbol_t** Macho_Binary_t::symbols |