mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
295 B
JavaScript
Executable file
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();
|
|
} |