Detect-It-Easy/db/PE/SDProtector.2.sg
2014-06-01 23:42:39 +02:00

25 lines
508 B
Text

// DIE's signature file
init("protector","SDProtector");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("558BEC6AFF68........688888880864A1"))
{
if(PE.compareEP("5083EC08",42))
{
sVersion="1.10";
}
else if(PE.compareEP("1833C0",77))
{
sVersion="1.16";
}
else
{
sVersion="1.1X";
}
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}