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

14 lines
No EOL
360 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("compiler", "MINIFORTH");
function detect() {
if (Binary.compare("e9$$$$fc33c08bd8a3....89c52d....a3....89c4b8....a3....891e....be....adffe0")) {
sVersion = "1.0";
sOptions = "1988 by Ted Beach";
bDetected = true;
}
return result();
}