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