diff --git a/BinaryObjectScanner/Protection/SecuROM.cs b/BinaryObjectScanner/Protection/SecuROM.cs index a3a22b5f..4725882f 100644 --- a/BinaryObjectScanner/Protection/SecuROM.cs +++ b/BinaryObjectScanner/Protection/SecuROM.cs @@ -205,7 +205,7 @@ namespace BinaryObjectScanner.Protection byte[] subSubVersion = new byte[2]; subSubVersion[0] = (byte)(fileContent[index] ^ 42); index++; - subSubVersion[0] = (byte)(fileContent[index] ^ 8); + subSubVersion[1] = (byte)(fileContent[index] ^ 8); index += 2; byte[] subSubSubVersion = new byte[4];