Address some NE parsing issues

This commit is contained in:
Matt Nadareski
2022-11-08 11:52:24 -08:00
parent 10de4ac78e
commit a3c0eca063
2 changed files with 9 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ namespace BurnOutSharp.Models.NewExecutable
/// "E" is high-order byte.
/// </summary>
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 2)]
public char[] Magic;
public byte[] Magic;
/// <summary>
/// Version number of the linker.