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