Rizin
unix-like reverse engineering framework and cli tools
|
#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] |
Definition at line 73 of file te_specs.h.
ut32 TE_image_file_header::AddressOfEntryPoint |
Definition at line 79 of file te_specs.h.
ut32 TE_image_file_header::BaseOfCode |
Definition at line 80 of file te_specs.h.
efi_image_data_directory TE_image_file_header::DataDirectory[2] |
Definition at line 82 of file te_specs.h.
ut64 TE_image_file_header::ImageBase |
Definition at line 81 of file te_specs.h.
ut16 TE_image_file_header::Machine |
Definition at line 75 of file te_specs.h.
ut8 TE_image_file_header::NumberOfSections |
Definition at line 76 of file te_specs.h.
ut16 TE_image_file_header::Signature |
Definition at line 74 of file te_specs.h.
ut16 TE_image_file_header::StrippedSize |
Definition at line 78 of file te_specs.h.
ut8 TE_image_file_header::Subsystem |
Definition at line 77 of file te_specs.h.