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

16 lines
402 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("packer","SCRNCH");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(Binary.compare("eb$$bb....b44acd2181eb....73..ba....b9....e9$$$$0e1fb440bb....cd21b8....cd21"))
{
sVersion="1.02";
sOptions="by Graeme W. McRae";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}