Add secondary length note

This commit is contained in:
Matt Nadareski
2025-07-21 09:39:31 -04:00
parent cd8fff4a86
commit b07fbdedd6

View File

@@ -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
/// </remarks>
public byte[]? Path { get; set; }