#include <PeImage.h>
Data Fields | |
| UINT16 | Signature |
| signature for TE format = "VZ" | |
| UINT16 | Machine |
| from the original file header | |
| UINT8 | NumberOfSections |
| from the original file header | |
| UINT8 | Subsystem |
| from original optional header | |
| UINT16 | StrippedSize |
| how many bytes we removed from the header | |
| UINT32 | AddressOfEntryPoint |
| offset to entry point -- from original optional header | |
| UINT32 | BaseOfCode |
| from original image -- required for ITP debug | |
| UINT64 | ImageBase |
| from original file header | |
| EFI_IMAGE_DATA_DIRECTORY | DataDirectory [2] |
| only base relocation and debug directory | |
Definition at line 714 of file PeImage.h.
1.5.7.1