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

13 lines
No EOL
339 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "Overlay");
function detect() {
if (MSDOS.compareEP("fa8cc283c2..2e0116....8cc82bc22e8b0e....8bea8bf8be....8bc103c903c881c1....03c18ad983e3..2e0387")) {
sVersion = "3.0";
bDetected = true;
}
return result();
}