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

13 lines
No EOL
319 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("compiler", "Fig-FORTH");
function detect() {
if (Binary.compare("90e9$$$$be....8cc88ed88b26....8ed08ec0fc8b2e....e8$$$$b0..ba....b4..cd21c3")) {
sVersion = "1.0";
bDetected = true;
}
return result();
}