// Detect It Easy: detection rule file // Author: hypn0 init("protector", "HackStop"); function detect() { if (Binary.compare("fabe....ffe6")) { sVersion = "1.17cr"; bDetected = true; } else if (Binary.compare("fabd....ffe5")) { sVersion = "1.13cs"; bDetected = true; } else if (Binary.compare("fabb....ffe3")) { sVersion = "1.14s"; bDetected = true; } return result(); }