mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 13:45:57 +00:00
Add PE skeleton, change MZ stubs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user