mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
395 B
JavaScript
Executable file
14 lines
No EOL
395 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "NOTA");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("eb$$061e33c08ed8be....0e07bf....b9....fcf3a41f8cd3be....8bd48ed6bc....8bf436c744......36c744......8ed38be2ba....e8")) {
|
|
sVersion = "1.1";
|
|
sOptions = "1990 by Novitex";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |