Detect-It-Easy/db/Binary/com.com-crypt.2.sg
2014-07-13 21:16:01 +02:00

14 lines
290 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector","com-crypt");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(Binary.compare("2e8036....28eb00c3"))
{
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}