LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
Macho_Section_t Struct Reference

#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

Member Data Documentation

◆ alignment

uint32_t Macho_Section_t::alignment

◆ content

uint8_t* Macho_Section_t::content

◆ entropy

double Macho_Section_t::entropy

◆ flags

uint32_t Macho_Section_t::flags

◆ name

const char* Macho_Section_t::name

◆ numberof_relocations

uint32_t Macho_Section_t::numberof_relocations

◆ offset

uint64_t Macho_Section_t::offset

◆ relocation_offset

uint32_t Macho_Section_t::relocation_offset

◆ reserved1

uint32_t Macho_Section_t::reserved1

◆ reserved2

uint32_t Macho_Section_t::reserved2

◆ reserved3

uint32_t Macho_Section_t::reserved3

◆ size

uint64_t Macho_Section_t::size

◆ type

enum LIEF_MACHO_MACHO_SECTION_TYPES Macho_Section_t::type

◆ virtual_address

uint64_t Macho_Section_t::virtual_address

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