Detect-It-Easy/db/MSDOS/EXE-Crypt.2.sg
2014-07-15 11:43:23 +02:00

15 lines
370 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector","EXE-Crypt");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("90eb$$2e8c......2e89......8cc88ed0bc....1e060e1f8cc005....8ec01ee8....1f8cc3be....2e8b......83....74"))
{
sVersion="1.00";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}