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