From 30ebe84af4ea6097bd76ec9058a860aba0143949 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 21 Jul 2025 11:08:01 -0400 Subject: [PATCH] Remove disproven theory --- SabreTools.Models/SecuROM/MatroshkaEntry.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/SabreTools.Models/SecuROM/MatroshkaEntry.cs b/SabreTools.Models/SecuROM/MatroshkaEntry.cs index 2d8f627..4c0c037 100644 --- a/SabreTools.Models/SecuROM/MatroshkaEntry.cs +++ b/SabreTools.Models/SecuROM/MatroshkaEntry.cs @@ -10,9 +10,6 @@ namespace SabreTools.Models.SecuROM /// - Versions without a key prefix are 256 bytes /// - Versions with pre-key values of 1, 1, 1 are 256 bytes /// - Versions with pre-key values of 0, 0, 1 are 512 bytes - /// Length may be tied to section name - /// - Sections named "matrosch" are 256 bytes - /// - Sections named "rcpacker" are 512 bytes /// public byte[]? Path { get; set; }