Add some CD-Cops notes

This commit is contained in:
Matt Nadareski
2022-12-06 22:31:46 -08:00
parent 11bc46ae86
commit d47707c433

View File

@@ -10,6 +10,12 @@ using BurnOutSharp.Wrappers;
namespace BurnOutSharp.ProtectionType
{
// TODO: Investigate "Cops Copylock II" (https://www.cbmstuff.com/forum/showthread.php?tid=488).
// `AgentHugo.exe`
// Embedded PE executable in one of the NE sections
// `AgentHugo.exe` / `NE.EXE` (1.46) / `NETINST.EXE` (1.48) / `NETINST.QZ_`
// Embedded PKZIP archive that may contain the CD-Cops files
// `CDCOPS.DLL` (1.46) / `CDCOPS.DLL` (1.48)
// `WINCOPS.INI`
public class CDDVDCops : IContentCheck, INewExecutableCheck, IPathCheck, IPortableExecutableCheck
{
/// <inheritdoc/>