Add PE skeleton, change MZ stubs

This commit is contained in:
Matt Nadareski
2022-11-04 21:05:03 -07:00
parent 7cb150606c
commit 7f2de233fc
4 changed files with 21 additions and 8 deletions

View File

@@ -12,9 +12,9 @@ namespace BurnOutSharp.Models.NewExecutable
public class Executable
{
/// <summary>
/// MS-DOS executable header
/// MS-DOS executable stub
/// </summary>
public MSDOS.ExecutableHeader Stub { get; set; }
public MSDOS.Executable Stub { get; set; }
/// <summary>
/// New Executable header