diff --git a/BurnOutSharp/ProtectionType/ElectronicArts.cs b/BurnOutSharp/ProtectionType/ElectronicArts.cs index 19675503..64211b36 100644 --- a/BurnOutSharp/ProtectionType/ElectronicArts.cs +++ b/BurnOutSharp/ProtectionType/ElectronicArts.cs @@ -3,6 +3,11 @@ public class ElectronicArts { // TODO: Verify this doesn't over-match + // TODO: Do more research into the Cucko protection: + // - Current usage looks for "EASTL" which just stands for "EA Standard Library" + // - There's little information outside of PiD detection that actually knows about Cucko + // - Are all programs made with the EASTL considered protected by Cucko? + // - Leads: EASTL structures (like `fixed_list`), `allocator.h`, `EASTLLocalAllocatorModule`, EA registry entries public static string CheckContents(string file, byte[] fileContent, bool includePosition = false) { // EASTL