mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 13:45:57 +00:00
Add another embedded resource check
This commit is contained in:
@@ -2622,6 +2622,10 @@ namespace BurnOutSharp.Wrappers
|
||||
{
|
||||
Console.WriteLine($"{padding}Data: [Embedded Executable File]"); // TODO: Parse this out and print separately
|
||||
}
|
||||
else if (entry.Data[0] == 0x4D && entry.Data[1] == 0x53 && entry.Data[2] == 0x46 && entry.Data[3] == 0x54)
|
||||
{
|
||||
Console.WriteLine($"{padding}Data: [Embedded OLE Library File]"); // TODO: Parse this out and print separately
|
||||
}
|
||||
else
|
||||
{
|
||||
//if (entry.Data != null)
|
||||
|
||||
Reference in New Issue
Block a user