From 2209f362facdceace57490de1e8196c61819be78 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 22 Jun 2022 09:50:16 -0700 Subject: [PATCH] Add notes for CrypKey --- BurnOutSharp/ProtectionType/CrypKey.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BurnOutSharp/ProtectionType/CrypKey.cs b/BurnOutSharp/ProtectionType/CrypKey.cs index 9306575d..ece73b57 100644 --- a/BurnOutSharp/ProtectionType/CrypKey.cs +++ b/BurnOutSharp/ProtectionType/CrypKey.cs @@ -3,5 +3,8 @@ public class CrypKey { // TODO: Implement - http://www.crypkey.com/products/cdlock/cdmain.html + + // https://github.com/horsicq/Detect-It-Easy/blob/master/db/PE/CrypKey%20Installer.1.sg + // https://github.com/horsicq/Detect-It-Easy/blob/master/db/PE/CrypKey.2.sg } }