Detect-It-Easy/db/COM/PC_FORTH.4.sg
2024-11-12 20:11:38 +03:00

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();
}