mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-10 05:40:03 +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.
10 lines
280 B
C#
10 lines
280 B
C#
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
|
|
}
|
|
}
|