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

13 lines
No EOL
287 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "Protector");
function detect() {
if (MSDOS.compareEP("'FCP/IV'bc....c3", -6)) {
sOptions = "by FCP/IV (Future Crew)";
bDetected = true;
}
return result();
}