mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 05:35:24 +00:00
9 lines
320 B
C#
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-
|
|
}
|
|
}
|