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

15 lines
391 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("packer","LEXEM(Diet)");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("fc061e0e8cc80106....ba....03c28bd805....8edb8ec033f633ffb9....f3a54b484a79..8ec38ed8be....ad8be8b2"))
{
sVersion="1.20";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}