Add another embedded resource check

This commit is contained in:
Matt Nadareski
2022-12-08 16:01:53 -08:00
parent c1f4e42219
commit 58c6f00a6c

View File

@@ -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)