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

16 lines
No EOL
494 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "Best Protection Kit-B");
function detect() {
if (Binary.compare("eb$$fc8c06....e421a2....b0..e621fb33c08ed08be0be....8d3e....b9")) {
sOptions = "1993 by Eric Zmiro";
bDetected = true;
} else if (Binary.compare("eb$$fc8c06....e421a2....b0..e621fbf433c08ed08be0be....8d3e....b9")) {
sOptions = "1992 by Eric Zmiro";
bDetected = true;
}
return result();
}