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

15 lines
369 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("packer","ExeLITE");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("fc8cc80106....ba....03c28bd805....8edb8ec033ff33f6b9....f3a5484b4a75..8ec38ed8be"))
{
sVersion="1.00";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}