// Detect It Easy: detection rule file // Author: hypn0 init("protector", "Entropy Coder"); function detect() { if (Binary.compare("be....bf....b9....fdf3a447fcffe7")) { sOptions = "by Sergey Lukashev"; bDetected = true; } return result(); }