From edf00f3ab28c3ea02f867389ec026fc47d316d7b Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 21 Jul 2025 11:25:18 -0400 Subject: [PATCH] Add analysis block comment --- SabreTools.Models/SecuROM/MatroshkaPackage.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SabreTools.Models/SecuROM/MatroshkaPackage.cs b/SabreTools.Models/SecuROM/MatroshkaPackage.cs index 292308e..62d1595 100644 --- a/SabreTools.Models/SecuROM/MatroshkaPackage.cs +++ b/SabreTools.Models/SecuROM/MatroshkaPackage.cs @@ -26,6 +26,15 @@ namespace SabreTools.Models.SecuROM #region Release Control only + // The combination of the 3 following values have only been seen in + // one of 3 distinct patterns. The meaning of these patterns is unknown. + // - 0 0 1 + // - 0 1 1 + // - 1 1 1 + // These values do not seem to have a link to whether the paths included + // in entries are 256- or 512-byte. There also do not seem to be any links + // between these values and the hex string values. + /// /// One of four unknown values only observed on RC matroschka sections ///