mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
400 B
JavaScript
13 lines
No EOL
400 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("compiler", "PC/FORTH");
|
|
|
|
function detect() {
|
|
if (Binary.compare("90e9$$$$29c08ed8bb....8a072ea2....80c8..80e0..8807a1....2ea3....a1....2ea3....a1....2ea3....a1....2ea3....8cc88ed08ec08ed8a3....8b26")) {
|
|
sOptions = "1983 by Laboratory Microsystems Inc.";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |