Replaced by Cryptors.2.sg

This commit is contained in:
hypn0chka 2014-07-14 01:22:07 +06:00
commit e64208861f

View file

@ -1,19 +0,0 @@
// DIE's signature file
init("protector","CRYPT");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("1E8CDA83....8EDA8EC2BB"))
{
sVersion="1.3";
bDetected=1;
}
else if(MSDOS.compareEP("0E179C58F6....74..E9"))
{
sVersion="1.7";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}