Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
Operating System: ReactOS
Platform: x86 Hardware
Description
File: reactos/lib/kernel32/file/bintype.c
Func: InternalGetBinaryType
Line: 125 (subversion revision 19963)
One of the magic constants for identifying the binary type for a Mach binary is
incorrect.
0xECAFDEEF is not the little-endianness of 0xFEEDFACE. It should be 0xCEFAEDFE
Each pair of hex values are swapped not the whole thing.