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

16 lines
338 B
Text

// DIE's signature file
init("protector","ReNET-pack");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.isNET())
{
if(PE.isSignatureInSectionPresent(0,"'Protected/Packed with ReNET-Pack by stx'"))
{
bDetected=1;
}
}
return result(bShowType,bShowVersion,bShowOptions);
}