From 3b287c6f7b0bdfef68084791297a2ebf543c3e98 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 7 Nov 2025 09:46:34 -0500 Subject: [PATCH] Mid --- BinaryObjectScanner/Protection/ProtectDISC.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BinaryObjectScanner/Protection/ProtectDISC.cs b/BinaryObjectScanner/Protection/ProtectDISC.cs index be46b1ec..8865fde2 100644 --- a/BinaryObjectScanner/Protection/ProtectDISC.cs +++ b/BinaryObjectScanner/Protection/ProtectDISC.cs @@ -48,9 +48,9 @@ namespace BinaryObjectScanner.Protection // Previous versions just have spaces here, so it doesn't need to be validated beyond that. var abstractIdentifierString = pvd.AbstractFileIdentifier.ReadNullTerminatedAnsiString(ref offset); if (abstractIdentifierString == null || abstractIdentifierString.Trim().Length == 0) - return "ProtectDiSC 6-Early 7.x"; + return "ProtectDiSC 6-7.x"; - return "ProtectDiSC Mid-7.x+"; + return "ProtectDiSC 7.x+"; } ///