Detect-It-Easy/db/MSDOS/Copy Protector.2.sg
2014-06-01 23:42:39 +02:00

19 lines
435 B
Text

// DIE's signature file
init("protector","Copy Protector");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("2EA2....5351521E06B4..1E0E1FBA....CD211F"))
{
sVersion="2.0";
bDetected=1;
}
else if(MSDOS.compareEP("E9....505351521E0657E8....5F83EF..B4..1E0E1F"))
{
sVersion="2.0";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}