mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-22 14:54:56 +00:00
Move protection scans to their own library
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.
This commit is contained in:
8
BinaryObjectScanner.Protection/SAFEAUDIO.cs
Normal file
8
BinaryObjectScanner.Protection/SAFEAUDIO.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
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-
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user