Files
BinaryObjectScanner/BurnOutSharp/ProtectionType/CrypKey.cs

12 lines
418 B
C#
Raw Normal View History

namespace BurnOutSharp.ProtectionType
{
public class CrypKey
{
// TODO: Implement - http://www.crypkey.com/products/cdlock/cdmain.html
2022-06-22 09:50:16 -07:00
// 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
2022-07-13 12:18:39 -07:00
// https://github.com/wolfram77web/app-peid/blob/master/userdb.txt
}
}