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

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();
}