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

13 lines
No EOL
308 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("protector", "Encriptor");
function detect() {
if (MSDOS.compareEP("EB..B9....BE....BF....ACD0C8AAE2..BE....BF....ACAA")) {
sVersion = "1.00c";
bDetected = true;
}
return result();
}