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

#include <pe_specs.h>

Public Attributes

ut16 Machine
 
ut16 NumberOfSections
 
ut32 TimeDateStamp
 
ut32 PointerToSymbolTable
 
ut32 NumberOfSymbols
 
ut16 SizeOfOptionalHeader
 
ut16 Characteristics
 

Detailed Description

Definition at line 132 of file pe_specs.h.

Member Data Documentation

◆ Characteristics

ut16 Pe32_image_file_header::Characteristics

Definition at line 139 of file pe_specs.h.

◆ Machine

ut16 Pe32_image_file_header::Machine

Definition at line 133 of file pe_specs.h.

◆ NumberOfSections

ut16 Pe32_image_file_header::NumberOfSections

Definition at line 134 of file pe_specs.h.

Referenced by rz_bin_mdmp_patch_pe_headers().

◆ NumberOfSymbols

ut32 Pe32_image_file_header::NumberOfSymbols

Definition at line 137 of file pe_specs.h.

◆ PointerToSymbolTable

ut32 Pe32_image_file_header::PointerToSymbolTable

Definition at line 136 of file pe_specs.h.

◆ SizeOfOptionalHeader

ut16 Pe32_image_file_header::SizeOfOptionalHeader

Definition at line 138 of file pe_specs.h.

Referenced by rz_bin_mdmp_patch_pe_headers().

◆ TimeDateStamp

ut32 Pe32_image_file_header::TimeDateStamp

Definition at line 135 of file pe_specs.h.


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