gnu-efi
gnu-efi copied to clipboard
IMAGE_OPTIONAL_HEADER definition is wrong.
The definition of IMAGE_OPTIONAL_HEADER inside inc\x86_64\pe.h is wrong and will lead to errors when trying to parse the data directories at runtime. Check Windows SDK for correct typedef.