Interpreting the CorFlags flags

Microsoft .NET 4.5 introduced a new option, Any CPU 32-bit Preferred. In the new version of CorFlags.exe, the 32BIT flag no longer exists, instead, two new flags were added, 32BITREQ and 32BITPREF. Somewhere based on the below explanation, we can interpret new CorFlags as follows. CPU Architecture PE 32BITREQ 32BITPREF ———————— —– ——– ——— x86 … Read more