Detect-It-Easy/db/MSDOS/Encriptor.2.sg
2024-11-07 00:17:07 +03:00

12 lines
No EOL
272 B
JavaScript
Executable file

// Detect It Easy: detection rule file format
init("protector", "Encriptor");
function detect() {
if (MSDOS.compareEP("EB..B9....BE....BF....ACD0C8AAE2..BE....BF....ACAA")) {
sVersion = "1.00c";
bDetected = true;
}
return result();
}