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