All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups
pe_image_section_hdr Struct Reference

Data Fields

uint8_t Name [8]
 
uint32_t SizeOfRawData
 
uint32_t PointerToRawData
 
uint32_t PointerToRelocations
 
uint32_t PointerToLinenumbers
 
uint16_t NumberOfRelocations
 
uint16_t NumberOfLinenumbers
 

Detailed Description

PE section header

Field Documentation

uint8_t Name[8]

may not end with NULL

uint16_t NumberOfLinenumbers

object files only

uint16_t NumberOfRelocations

object files only

uint32_t PointerToLinenumbers

object files only

uint32_t PointerToRawData

offset to the section's data

uint32_t PointerToRelocations

object files only

uint32_t SizeOfRawData

multiple of FileAlignment