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

14 lines
No EOL
304 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "AVAST CRC-CHECK");
function detect() {
if (MSDOS.compareEP("eb$$8cc82e0306....502eff36....CB")) {
sVersion = "7.70";
sOptions = "1999";
bDetected = true;
}
return result();
}