mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
17 lines
No EOL
575 B
JavaScript
Executable file
17 lines
No EOL
575 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "AdFlt");
|
|
|
|
function detect() {
|
|
if (Binary.compare("68....9c0fa00fa860fd6a..0fa1be....ad6664ff36....648b16....643106....6664ff36....648916....adff36")) {
|
|
sVersion = "2.0";
|
|
sOptions = "by EliCZ";
|
|
bDetected = true;
|
|
} else if (Binary.compare("9c0fa06660fd6a..0fa1be....ad6664ff36....648b16....668f06....643106....6664ff36....648916....668f06....adff36")) {
|
|
sOptions = "by EliCZ";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |