Remove disproven theory

This commit is contained in:
Matt Nadareski
2025-07-21 11:08:01 -04:00
parent b07fbdedd6
commit 30ebe84af4

View File

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