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

12 lines
No EOL
281 B
JavaScript

// Detect It Easy: detection rule file
init("protector", "PE Encrypt");
function detect() {
if (PE.compareEP("558BEC83C4D05356578D75FC8B442430250000FFFF8138'MZ'900074072D00100000EBF18945FC")) {
sVersion = "1.0";
bDetected = true;
}
return result();
}