mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
18 lines
No EOL
654 B
JavaScript
Executable file
18 lines
No EOL
654 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("compiler", "ASIC-Basic");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("b8....8ed88ec033dbb4..cd108916....cc901ebf....8cc82d....8ed833c98a0e....83f9..72..b9....26be....fc")) {
|
|
sVersion = "5.0";
|
|
sOptions = "1994 by David Visti of 80_20 Software";
|
|
bDetected = true;
|
|
} else if (MSDOS.compareEP("b8....8ed88ec033dbb4..cd108916....1ebf....8cc82d....8ed833c98a0e....83f9..72..b9....26be....fc")) {
|
|
sVersion = "5.0";
|
|
sOptions = "1994 by David Visti of 80_20 Software";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |