diff --git a/NDecrypt/DSTool.cs b/NDecrypt/DSTool.cs index 7721145..d3aa993 100644 --- a/NDecrypt/DSTool.cs +++ b/NDecrypt/DSTool.cs @@ -120,7 +120,8 @@ namespace NDecrypt // Improperly decrypted empty secure area (decrypt empty with woodsec) else if ((firstValue == 0xE386C397 && secondValue == 0x82775B7E) || (firstValue == 0xF98415B8 && secondValue == 0x698068FC) - || (firstValue == 0xA71329EE && secondValue == 0x2A1D4C38)) + || (firstValue == 0xA71329EE && secondValue == 0x2A1D4C38) + || (firstValue == 0xC44DCC48 && secondValue == 0x38B6F8CB)) { Console.WriteLine("Improperly decrypted empty secure area found. Should be encrypted to get proper value."); return true;