mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-15 05:36:03 +00:00
Address some NE parsing issues
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user