Detect-It-Easy/db/COM/AVAST-Protect.2.sg
2024-11-12 20:11:38 +03:00

13 lines
No EOL
295 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "AVAST-Protect");
function detect() {
if (Binary.compare("eb$$8cc82e0306....502eff36....cb")) {
sOptions = "1999 by P.Baudis";
bDetected = true;
}
return result();
}