mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
25 lines
508 B
Text
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);
|
|
}
|