mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
401 B
JavaScript
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();
|
|
} |