// Detect It Easy: detection rule file // Author: hypn0 meta("protector", "Inbuild Encryption"); function detect() { if (Binary.compare("b9....bb....2ed2072e281f43e2")) { sVersion = "1.0"; sOptions = "by Christoph Gabler"; bDetected = true; } return result(); }