Detect-It-Easy/db/COM/CryptGeneric.2.sg
2021-12-13 11:41:25 +01:00

14 lines
349 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector","CryptGeneric");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(Binary.compare("e9$$$$b430cd2180fc..72..90e9....90bb....81c3....53b0..04..51b9....e9"))
{
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}