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

13 lines
No EOL
344 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "MCLock");
function detect() {
if (Binary.compare("e9$$$$909090fa29c08ec026c606......26c606......268c0e....26c606......26c606......268c0e....fbcd01")) {
sVersion = "1.2, 1.3";
bDetected = true;
}
return result();
}