Detect-It-Easy/db/MSDOS/protector_EPW.2.sg
2026-05-25 21:03:46 +03:00

19 lines
No EOL
594 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("protector", "EPW");
function detect() {
if (MSDOS.compareEP("06571e5655525153502e8c......8cc005....2ea3....8ed8a1")) {
sVersion = "1.2";
bDetected = true;
} else if (MSDOS.compareEP("06571E5655525153502E8C0608008CC083")) {
sVersion = "1.30";
bDetected = true;
} else if (MSDOS.compareEP("e9$$$$06571e565552515350bb....81c3....2e8b078ccb03c305....50b8....50cb")) {
sVersion = "1.20";
bDetected = true;
}
return result();
}