// 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); }