mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
362 B
JavaScript
Executable file
13 lines
No EOL
362 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("immunizer", "immunizer by SI-IS & Szegi Soft");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("50061e06a1....0e1fa3....065033c08ed8813e........75..b8....cd21fa891e....8c06....fbb8....cd21")) {
|
|
sOptions = "1989";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |