gnu-efi icon indicating copy to clipboard operation
gnu-efi copied to clipboard

IMAGE_OPTIONAL_HEADER definition is wrong.

Open chainloaded opened this issue 3 years ago • 0 comments

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.

chainloaded avatar Jan 09 '23 00:01 chainloaded