|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <Section.h>
Public Attributes | |
| const char * | name |
| uint32_t | alignment |
| uint32_t | relocation_offset |
| uint32_t | numberof_relocations |
| uint32_t | flags |
| enum LIEF_MACHO_MACHO_SECTION_TYPES | type |
| uint32_t | reserved1 |
| uint32_t | reserved2 |
| uint32_t | reserved3 |
| uint64_t | virtual_address |
| uint64_t | offset |
| uint64_t | size |
| uint8_t * | content |
| double | entropy |
| uint32_t Macho_Section_t::alignment |
| uint8_t* Macho_Section_t::content |
| double Macho_Section_t::entropy |
| uint32_t Macho_Section_t::flags |
| const char* Macho_Section_t::name |
| uint32_t Macho_Section_t::numberof_relocations |
| uint64_t Macho_Section_t::offset |
| uint32_t Macho_Section_t::relocation_offset |
| uint32_t Macho_Section_t::reserved1 |
| uint32_t Macho_Section_t::reserved2 |
| uint32_t Macho_Section_t::reserved3 |
| uint64_t Macho_Section_t::size |
| enum LIEF_MACHO_MACHO_SECTION_TYPES Macho_Section_t::type |
| uint64_t Macho_Section_t::virtual_address |