Malformed PE header in DragExt64.dll
In the "Optional" header, SizeOfHeaders is set to 0x610 which does not match the alignment specified by FileAlignment, set to 0x200. In this specific example, SizeOfHeaders should be 0x800.
This technically causes an issue with the Microsoft Authenticode specification. Some authenticode hash implementations handle it and some do not. Implementations that do not handle this will cause the signature on the DLL to be flagged invalid.
This technically causes an issue with the Microsoft Authenticode specification. Some authenticode hash implementations handle it and some do not. Implementations that do not handle this will cause the signature on the DLL to be flagged invalid.