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

15 lines
350 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector","ComProt");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(Binary.compare("e9$$$$e800005e8bee81ed....8db6....b9....f61446e2"))
{
sVersion="1.0b";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}