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