Add proof-of-concept MS-DOS builder

This commit is contained in:
Matt Nadareski
2022-11-05 23:29:04 -07:00
parent 427dec56e4
commit ffeb73ab7c
5 changed files with 620 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ namespace BurnOutSharp.Models.MSDOS
/// <summary>
/// Starting address of the PE header
/// </summary>
public int NewExeHeaderAddr;
public uint NewExeHeaderAddr;
#endregion
}