cecil icon indicating copy to clipboard operation
cecil copied to clipboard

Support for Linux and MacOS target architectures

Open Droppers opened this issue 3 years ago • 0 comments

The Linux and MacOS machine types differ from the Windows machine types for (some) .NET Core runtime libraries.

For example System.Runtime.dll's machine type for AMD64 is 0xFD1D, which is the is the equivalent of the Windows type (0x8664) xorred with 0x7B79 for Linux and 0x4644 for MacOS.

See: https://github.com/dotnet/runtime/issues/36364

Droppers avatar Aug 25 '21 15:08 Droppers