mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
367 B
JavaScript
Executable file
14 lines
No EOL
367 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "Maker (CDAT)");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("eb$$558bec9ceb$$505351525657061eb8....cd210653eb$$b8....cd2106531e1e0e1f8ccab1..eb")) {
|
|
sVersion = "3.0";
|
|
sOptions = "1992 by PST";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |