Invert PE "if" logic where possible

This commit is contained in:
Matt Nadareski
2022-11-11 10:08:15 -08:00
parent 08fa4a997f
commit 623d1e6a40
2 changed files with 150 additions and 148 deletions

View File

@@ -1178,6 +1178,7 @@ namespace ExecutableTest
{
case BurnOutSharp.Models.PortableExecutable.ResourceType.RT_CURSOR:
Console.WriteLine($"{padding}Hardware-dependent cursor resource found, not parsed yet");
Console.WriteLine($"{padding}Data: {BitConverter.ToString(entry.Data).Replace("-", string.Empty)}");
break;
case BurnOutSharp.Models.PortableExecutable.ResourceType.RT_BITMAP:
Console.WriteLine($"{padding}Bitmap resource found, not parsed yet");