Open mdh1418 opened 1 year ago
As discovered in https://github.com/dotnet/runtime/pull/90336, the Mono AOT Compiler does not support leading compressed PE files as it will only check for the leading MZ bytes to determine if an image is valid. This issue starts the discussion of whether or not we should support loading compressed PE files, and if we should, should decompression occur in the managed side or the native side.
MZ
/cc: @akoeplinger @steveisok @lambdageek @vargaz
As discovered in https://github.com/dotnet/runtime/pull/90336, the Mono AOT Compiler does not support leading compressed PE files as it will only check for the leading
MZ
bytes to determine if an image is valid. This issue starts the discussion of whether or not we should support loading compressed PE files, and if we should, should decompression occur in the managed side or the native side.