Detect-It-Easy/db/MSDOS/Protector.2.sg

15 lines
328 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector","Protector");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("'FCP/IV'bc....c3",-6))
{
sOptions="by FCP/IV (Future Crew)";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}