mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-20 07:45:07 +00:00
Add PE skeleton, change MZ stubs
This commit is contained in:
@@ -11,9 +11,9 @@ namespace BurnOutSharp.Models.LinearExecutable
|
||||
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>
|
||||
/// Information block
|
||||
|
||||
Reference in New Issue
Block a user