From b07fbdedd6f015a91b18fbbb58636209c9c7d237 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 21 Jul 2025 09:39:31 -0400 Subject: [PATCH] Add secondary length note --- SabreTools.Models/SecuROM/MatroshkaEntry.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SabreTools.Models/SecuROM/MatroshkaEntry.cs b/SabreTools.Models/SecuROM/MatroshkaEntry.cs index 4c0c037..2d8f627 100644 --- a/SabreTools.Models/SecuROM/MatroshkaEntry.cs +++ b/SabreTools.Models/SecuROM/MatroshkaEntry.cs @@ -10,6 +10,9 @@ 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; }