mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-28 17:37:20 +00:00
Add and use NE constants
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 byte[] Magic;
|
||||
public string Magic;
|
||||
|
||||
/// <summary>
|
||||
/// Version number of the linker.
|
||||
|
||||
Reference in New Issue
Block a user