mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
383 B
JavaScript
Executable file
14 lines
No EOL
383 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("other", "DemoMaker");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("be....ad8ed833f6b8....8ec0bf....b9....ac3c..75..3a0474..e2..b8....8ed8b409ba....cd21b8....cd21")) {
|
|
sVersion = "1.55";
|
|
sOptions = "1993-94 by R.Janorkar";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |