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.
8 lines
197 B
C#
8 lines
197 B
C#
namespace BinaryObjectScanner.Protection
|
|
{
|
|
public class TheCopyProtectedCD
|
|
{
|
|
// TODO: Implement - http://web.archive.org/web/19990508193708/www.hideseek.com/products.htm
|
|
}
|
|
}
|