Rizin
unix-like reverse engineering framework and cli tools
Pe32_image_section_header Struct Reference

#include <pe_specs.h>

Public Attributes

ut8 Name [PE_IMAGE_SIZEOF_SHORT_NAME]
 
union {
   ut32   PhysicalAddress
 
   ut32   VirtualSize
 
Misc
 
ut32 VirtualAddress
 
ut32 SizeOfRawData
 
ut32 PointerToRawData
 
ut32 PointerToRelocations
 
ut32 PointerToLinenumbers
 
ut16 NumberOfRelocations
 
ut16 NumberOfLinenumbers
 
ut32 Characteristics
 

Detailed Description

Definition at line 359 of file pe_specs.h.

Member Data Documentation

◆ Characteristics

ut32 Pe32_image_section_header::Characteristics

Definition at line 372 of file pe_specs.h.

◆ 

union { ... } Pe32_image_section_header::Misc

◆ Name

ut8 Pe32_image_section_header::Name[PE_IMAGE_SIZEOF_SHORT_NAME]

Definition at line 360 of file pe_specs.h.

◆ NumberOfLinenumbers

ut16 Pe32_image_section_header::NumberOfLinenumbers

Definition at line 371 of file pe_specs.h.

◆ NumberOfRelocations

ut16 Pe32_image_section_header::NumberOfRelocations

Definition at line 370 of file pe_specs.h.

◆ PhysicalAddress

ut32 Pe32_image_section_header::PhysicalAddress

Definition at line 362 of file pe_specs.h.

◆ PointerToLinenumbers

ut32 Pe32_image_section_header::PointerToLinenumbers

Definition at line 369 of file pe_specs.h.

◆ PointerToRawData

ut32 Pe32_image_section_header::PointerToRawData

Definition at line 367 of file pe_specs.h.

◆ PointerToRelocations

ut32 Pe32_image_section_header::PointerToRelocations

Definition at line 368 of file pe_specs.h.

◆ SizeOfRawData

ut32 Pe32_image_section_header::SizeOfRawData

Definition at line 366 of file pe_specs.h.

◆ VirtualAddress

ut32 Pe32_image_section_header::VirtualAddress

Definition at line 365 of file pe_specs.h.

◆ VirtualSize

ut32 Pe32_image_section_header::VirtualSize

Definition at line 363 of file pe_specs.h.


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