mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
344 B
JavaScript
Executable file
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();
|
|
} |