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; }