mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
16 lines
No EOL
417 B
JavaScript
16 lines
No EOL
417 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("compiler", "Hi-Tech C");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("fcba....b1..d3ea8cc803c28ed88ed0268b1e....4b2bd8b8....f7c3....75..d3e38bc38be0be....b9....2bce32c0")) {
|
|
sVersion = "3.06";
|
|
sOptions = "1984-87 by HI-TECH Software";
|
|
bDetected = true;
|
|
}
|
|
|
|
_setLang("C", bDetected);
|
|
|
|
return result();
|
|
} |