Detect-It-Easy/db/Binary/com.PROTECT.2.sg
2014-07-15 21:49:19 +06:00

16 lines
440 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector","PROTECT! EXE/COM");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(Binary.compare("e9$$$$bf....81ef....50e4..50e9$$$$b0..eb$$e6..e9$$$$58e6..e9$$$$58bb....81c3....8785....2d....2d....4040"))
{
sVersion="5.0";
sOptions="by Jeremy Lilley";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}