From 0a7cd8a69e3f32371fae4673010f9581b712e6a0 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 19 Jul 2021 21:38:19 -0700 Subject: [PATCH] Comment out broader UPX (NOS) check --- BurnOutSharp/PackerType/UPX.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BurnOutSharp/PackerType/UPX.cs b/BurnOutSharp/PackerType/UPX.cs index 22ec30e1..fc75a053 100644 --- a/BurnOutSharp/PackerType/UPX.cs +++ b/BurnOutSharp/PackerType/UPX.cs @@ -14,8 +14,9 @@ namespace BurnOutSharp.PackerType // UPX! new ContentMatchSet(new byte?[] { 0x55, 0x50, 0x58, 0x21 }, GetVersion, "UPX"), + // This over-matches by itself, seemingly // NOS - new ContentMatchSet(new byte?[] { 0x4E, 0x4F, 0x53, 0x20 }, GetVersion, "UPX (NOS Variant)"), + //new ContentMatchSet(new byte?[] { 0x4E, 0x4F, 0x53, 0x20 }, GetVersion, "UPX (NOS Variant)"), new ContentMatchSet( new List