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

15 lines
No EOL
397 B
JavaScript

// Detect It Easy: detection rule file
init("protector", "Alex Protector");
function detect() {
if (PE.compareEP("60E8000000005D81ED06104000E824000000")) {
sVersion = "1.0";
bDetected = true;
} else if (PE.compareEP("60E801000000C783C40433C9E8010000006883C404E8010000006883C404")) {
sVersion = "0.4 beta 1";
bDetected = true;
}
return result();
}