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

13 lines
No EOL
370 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("compiler", "BSTAR_FORTH(16)");
function detect() {
if (MSDOS.compareEP("e9$$$$8c0e....8c0e....a1....a3....e8....a3....a1....a3....e8....a3....a1....a3....e8....e8....8b0e....e3..1e8e06....a1")) {
sVersion = "0.0";
bDetected = true;
}
return result();
}