Files
BinaryObjectScanner/BurnOutSharp/ProtectionType/CrypKey.cs
2022-06-22 09:50:16 -07:00

11 lines
343 B
C#

namespace BurnOutSharp.ProtectionType
{
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
}
}