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

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();
}