Detect-It-Easy/db/COM/MegaShield.2.sg
2024-11-07 00:17:07 +03:00

14 lines
No EOL
354 B
JavaScript
Executable file

// Detect It Easy: detection rule file format
// Author: hypn0 <hypn0@mail.ru>
init("protector", "MegaShield");
function detect() {
if (Binary.compare("90b8....e72133d252be....bd....b9....ad03d0d3c233c2d3ca2bd0e2")) {
sVersion = "1.01a";
sOptions = "by t-REX //PSA";
bDetected = true;
}
return result();
}