Detect-It-Easy/db/MSDOS/CEPexe.2.sg
2014-07-13 22:11:28 +02:00

15 lines
389 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector","CEPexe");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("8cdd0e070e1fbf....be....b9....fcf3a41f5f8f..8f....8f....8c....8f....8f....595f5e8cc88ec08ed8ea"))
{
sOptions="";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}