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

14 lines
No EOL
388 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "ALEC");
function detect() {
if (MSDOS.compareEP("c1ed..1346..2e391cb9....f981c1....bb....81c3....2ec007..431346..4975..8e0000d518de3701e2c8......330ce8")) {
sVersion = "1.3";
sOptions = "1996 by rANDOM //UCF";
bDetected = true;
}
return result();
}