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

#include <te_specs.h>

Public Attributes

ut16 Signature
 
ut16 Machine
 
ut8 NumberOfSections
 
ut8 Subsystem
 
ut16 StrippedSize
 
ut32 AddressOfEntryPoint
 
ut32 BaseOfCode
 
ut64 ImageBase
 
efi_image_data_directory DataDirectory [2]
 

Detailed Description

Definition at line 73 of file te_specs.h.

Member Data Documentation

◆ AddressOfEntryPoint

ut32 TE_image_file_header::AddressOfEntryPoint

Definition at line 79 of file te_specs.h.

◆ BaseOfCode

ut32 TE_image_file_header::BaseOfCode

Definition at line 80 of file te_specs.h.

◆ DataDirectory

efi_image_data_directory TE_image_file_header::DataDirectory[2]

Definition at line 82 of file te_specs.h.

◆ ImageBase

ut64 TE_image_file_header::ImageBase

Definition at line 81 of file te_specs.h.

◆ Machine

ut16 TE_image_file_header::Machine

Definition at line 75 of file te_specs.h.

◆ NumberOfSections

ut8 TE_image_file_header::NumberOfSections

Definition at line 76 of file te_specs.h.

◆ Signature

ut16 TE_image_file_header::Signature

Definition at line 74 of file te_specs.h.

◆ StrippedSize

ut16 TE_image_file_header::StrippedSize

Definition at line 78 of file te_specs.h.

◆ Subsystem

ut8 TE_image_file_header::Subsystem

Definition at line 77 of file te_specs.h.


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