Detect-It-Easy/db/MSDOS/immunizer.1.sg
2024-11-12 20:11:38 +03:00

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();
}