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

14 lines
No EOL
401 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("compiler", "Logitech Modula-2");
function detect() {
if (MSDOS.compareEP("8cdb83c3..8cc88ec0bf....33c0268a05473c..74..3c..74..03f08b0c03cb890ceb..26c5358cd903cb8ed983c7..eb..b8....03c350b8....5033c0")) {
sVersion = "3.00";
sOptions = "Aug 1987";
bDetected = true;
}
return result();
}