|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <Segment.h>

Public Attributes | |
| const char * | name |
| uint64_t | virtual_address |
| uint64_t | virtual_size |
| uint64_t | file_size |
| uint64_t | file_offset |
| uint32_t | max_protection |
| uint32_t | init_protection |
| uint32_t | numberof_sections |
| uint32_t | flags |
| uint8_t * | content |
| uint64_t | size |
| Macho_Section_t ** | sections |
| uint8_t* Macho_Segment_t::content |
| uint64_t Macho_Segment_t::file_offset |
| uint64_t Macho_Segment_t::file_size |
| uint32_t Macho_Segment_t::flags |
| uint32_t Macho_Segment_t::init_protection |
| uint32_t Macho_Segment_t::max_protection |
| const char* Macho_Segment_t::name |
| uint32_t Macho_Segment_t::numberof_sections |
| Macho_Section_t** Macho_Segment_t::sections |
| uint64_t Macho_Segment_t::size |
| uint64_t Macho_Segment_t::virtual_address |
| uint64_t Macho_Segment_t::virtual_size |