mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-09 21:32:11 +00:00
This change also removes a couple of things from `BurnOutSharp.Tools.Utilities` that are no longer needed there. Linear executables are included in the scanning classes. Update the guides accordingly.
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-
|
|
}
|
|
}
|