mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
297 B
JavaScript
13 lines
No EOL
297 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: horsicq <horsicq@gmail.com>
|
|
|
|
meta("protector", "DAEMON Protect");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("60609C8CC932C9E30C520F014C24FE5A83C20C8B1A9D61")) {
|
|
sVersion = "0.6.7";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |