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

14 lines
No EOL
374 B
JavaScript
Executable file

// Detect It Easy: detection rule file format
// 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();
}