mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
16 lines
No EOL
448 B
JavaScript
16 lines
No EOL
448 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
meta("immunizer", "unknown immunizer");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("be....e9$$$$501e06b8....cd21fc80fc..75..3c..75..b4..cd213c")) {
|
|
sOptions = "type 1";
|
|
bDetected = true;
|
|
} else if (MSDOS.compareEP("be....8e06....8cdd31ff8bc7b9....f2aeae75..af061f")) {
|
|
sOptions = "type 2";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |