Detect-It-Easy/db/COM/CodeLock.2.sg
2024-11-12 20:11:38 +03:00

14 lines
No EOL
337 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "CodeLock");
function detect() {
if (Binary.compare("e9$$$$bb....535856535981e9....31ff575a5dbe....e9")) {
sVersion = "4.0";
sOptions = "1993 by Dr. Detergen";
bDetected = true;
}
return result();
}