Files
BinaryObjectScanner/BinaryObjectScanner/Protection/SAFEAUDIO.cs
2023-09-17 23:53:14 -04:00

9 lines
320 B
C#

namespace BinaryObjectScanner.Protection
{
public class SAFEAUDIO
{
// TODO: Implement - https://www.cdmediaworld.com/hardware/cdrom/cd_protections_safeaudio.shtml
// https://web.archive.org/web/20070406011304/http://www.cdfreaks.com/reviews/SafeAudio-explained-and-should-we-fear-it-
}
}