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

12 lines
No EOL
256 B
JavaScript
Executable file

// Detect It Easy: detection rule file
init("protector", "JAM");
function detect() {
if (MSDOS.compareEP("50061607BE....8BFEB9....FDFAF32EA5FB06BD....55CB")) {
sVersion = "2.21";
bDetected = true;
}
return result();
}