Add small note about ProtectDISC using CSS (#272)

This commit is contained in:
TheRogueArchivist
2023-12-01 22:28:21 -07:00
committed by GitHub
parent 5019407f35
commit 1b1fa53547

View File

@@ -8,6 +8,7 @@ using SabreTools.Serialization.Wrappers;
namespace BinaryObjectScanner.Protection
{
// This protection was called VOB ProtectCD / ProtectDVD in versions prior to 6
// ProtectDISC 9/10 checks for the presence of CSS on the disc to run, but don't encrypt any sectors or check for keys. Confirmed in Redump entries 78367 and 110095.
public class ProtectDISC : IPortableExecutableCheck
{
/// <inheritdoc/>