From d47707c4332bc7f9e01d89637745d5e999da6903 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 6 Dec 2022 22:31:46 -0800 Subject: [PATCH] Add some CD-Cops notes --- BurnOutSharp/ProtectionType/CDDVDCops.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BurnOutSharp/ProtectionType/CDDVDCops.cs b/BurnOutSharp/ProtectionType/CDDVDCops.cs index c4b4fb55..e0612b47 100644 --- a/BurnOutSharp/ProtectionType/CDDVDCops.cs +++ b/BurnOutSharp/ProtectionType/CDDVDCops.cs @@ -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 { ///