mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-11 13:45:25 +00:00
12 lines
418 B
C#
12 lines
418 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
|
|
// https://github.com/wolfram77web/app-peid/blob/master/userdb.txt
|
|
}
|
|
}
|