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

14 lines
No EOL
347 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// 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();
}