mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
22 lines
No EOL
736 B
JavaScript
Executable file
22 lines
No EOL
736 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "REC");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("061eb430cd213c..73..33c00650cbbf....8b36....2bf781fe....eb$$52ba....5aeb")) {
|
|
sVersion = "0.33-0.35";
|
|
bDetected = true;
|
|
} else if (MSDOS.compareEP("061e52b8....1ecd2186e03d....73..cd200e1fb4..e8$$$$5acd21")) {
|
|
sVersion = "0.24-0.32";
|
|
bDetected = true;
|
|
} else if (MSDOS.compareEP("061eb430cd213c..73..33c00650cb")) {
|
|
sVersion = "0.40c2";
|
|
bDetected = true;
|
|
} else if (MSDOS.compareEP("061e53bb....5beb$$eb$$eb$$2ec606")) {
|
|
sVersion = "0.40.5, 0.40.6";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |