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

14 lines
No EOL
412 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("compiler", "GP-FORTH");
function detect() {
if (Binary.compare("e9$$$$8cc88ed8a1....a3....a1....a3....e8$$$$a1....3d....74..0306....72..a3....b1..d3e8408ccb8ec35003d8")) {
sVersion = "93.9-94.7";
sOptions = "1990-94 by Golden Porcupine Software";
bDetected = true;
}
return result();
}