Detect-It-Easy/db/MSDOS/protector_DAEMON_Protect.2.sg
2026-05-25 21:03:46 +03:00

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