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