mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
16 lines
No EOL
420 B
JavaScript
16 lines
No EOL
420 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("compiler", "Power C");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("b8....05....b1..d3e88cca03c28b0e....8cdb8ed8891e....890e....8ec0ba....1e8cc88ed8b8....cd21588ed8bf....33c0")) {
|
|
sVersion = "2.0.x";
|
|
sOptions = "1989-91 by Mix Software";
|
|
bDetected = true;
|
|
}
|
|
|
|
_setLang("C", bDetected);
|
|
|
|
return result();
|
|
} |