mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
18 lines
348 B
Text
18 lines
348 B
Text
// DIE's signature file
|
|
|
|
init("protector","ActiveMark");
|
|
|
|
function detect(bShowType,bShowVersion,bShowOptions)
|
|
{
|
|
if(PE.compareEP("8925........EB"))
|
|
{
|
|
bDetected=1;
|
|
}
|
|
else if(PE.compareOverlay("00'TMSAMVOH'"))
|
|
{
|
|
sVersion="5.X";
|
|
bDetected=1;
|
|
}
|
|
|
|
return result(bShowType,bShowVersion,bShowOptions);
|
|
}
|