Detect-It-Easy/db/MSDOS/Protector.2.sg
horsicq c140e3e3fe Fix
2020-09-07 00:40:53 +02:00

15 lines
343 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);
}