mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 21:31:04 +00:00
11 lines
343 B
C#
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
|
|
}
|
|
}
|