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

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