mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-22 06:45:03 +00:00
Fix missing LE/LX/PE stub setting in builders
This commit is contained in:
@@ -85,6 +85,7 @@ namespace BurnOutSharp.Builder
|
||||
return null;
|
||||
|
||||
// Set the MS-DOS stub
|
||||
executable.Stub = stub;
|
||||
|
||||
// TODO: Implement LE/LX parsing
|
||||
return null;
|
||||
|
||||
@@ -85,6 +85,7 @@ namespace BurnOutSharp.Builder
|
||||
return null;
|
||||
|
||||
// Set the MS-DOS stub
|
||||
executable.Stub = stub;
|
||||
|
||||
// TODO: Implement PE parsing
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user