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

14 lines
No EOL
381 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "KeyMaker");
function detect() {
if (MSDOS.compareEP("fc0e1f8706....871e....870e....8716....8736....873e....872e....268b07a3....8cc0a3....8cc88ec08edaf3a5")) {
sVersion = "3.0";
sOptions = "1998 by TIME Software";
bDetected = true;
}
return result();
}