16#ifndef C_LIEF_MACHO_SEGMENT_H_
17#define C_LIEF_MACHO_SEGMENT_H_
struct Macho_Section_t Macho_Section_t
Definition MachO/Section.h:43
Definition MachO/Segment.h:26
uint64_t file_size
Definition MachO/Segment.h:30
uint64_t virtual_address
Definition MachO/Segment.h:28
uint8_t * content
Definition MachO/Segment.h:36
uint32_t numberof_sections
Definition MachO/Segment.h:34
uint32_t max_protection
Definition MachO/Segment.h:32
uint32_t flags
Definition MachO/Segment.h:35
const char * name
Definition MachO/Segment.h:27
uint64_t file_offset
Definition MachO/Segment.h:31
Macho_Section_t ** sections
Definition MachO/Segment.h:38
uint64_t size
Definition MachO/Segment.h:37
uint64_t virtual_size
Definition MachO/Segment.h:29
uint32_t init_protection
Definition MachO/Segment.h:33