<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />

System.Reflection.PortableExecutable.PEMagic

public enum PEMagic
namespace System.Reflection.PortableExecutable { public enum PEMagic : ushort { PE32 = 267, PE32Plus = 523 } }