mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-05-06 20:43:44 +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:
9
BinaryObjectScanner.Protection/AlphaAudio.cs
Normal file
9
BinaryObjectScanner.Protection/AlphaAudio.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace BinaryObjectScanner.Protection
|
||||
{
|
||||
public class AlphaAudio
|
||||
{
|
||||
// TODO: Implement - http://settec.net/eng/pro_cd.html
|
||||
// References and further information:
|
||||
// https://www.cdmediaworld.com/hardware/cdrom/cd_protections_alpha.shtml
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user