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

#include <te_specs.h>

Public Attributes

ut8 Name [TE_IMAGE_SIZEOF_NAME]
 
ut32 VirtualSize
 
ut32 VirtualAddress
 
ut32 SizeOfRawData
 
ut32 PointerToRawData
 
ut32 PointerToRelocations
 
ut32 PointerToLineNumbers
 
ut16 NumberOfRelocations
 
ut16 NumberOfLinenumbers
 
ut32 Characteristics
 

Detailed Description

Definition at line 92 of file te_specs.h.

Member Data Documentation

◆ Characteristics

ut32 TE_image_section_header::Characteristics

Definition at line 102 of file te_specs.h.

Referenced by rz_bin_te_get_sections().

◆ Name

ut8 TE_image_section_header::Name[TE_IMAGE_SIZEOF_NAME]

Definition at line 93 of file te_specs.h.

◆ NumberOfLinenumbers

ut16 TE_image_section_header::NumberOfLinenumbers

Definition at line 101 of file te_specs.h.

◆ NumberOfRelocations

ut16 TE_image_section_header::NumberOfRelocations

Definition at line 100 of file te_specs.h.

◆ PointerToLineNumbers

ut32 TE_image_section_header::PointerToLineNumbers

Definition at line 99 of file te_specs.h.

◆ PointerToRawData

ut32 TE_image_section_header::PointerToRawData

Definition at line 97 of file te_specs.h.

Referenced by rz_bin_te_get_sections().

◆ PointerToRelocations

ut32 TE_image_section_header::PointerToRelocations

Definition at line 98 of file te_specs.h.

◆ SizeOfRawData

ut32 TE_image_section_header::SizeOfRawData

Definition at line 96 of file te_specs.h.

Referenced by rz_bin_te_get_sections().

◆ VirtualAddress

ut32 TE_image_section_header::VirtualAddress

Definition at line 95 of file te_specs.h.

Referenced by rz_bin_te_get_sections().

◆ VirtualSize

ut32 TE_image_section_header::VirtualSize

Definition at line 94 of file te_specs.h.

Referenced by rz_bin_te_get_sections().


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