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

15 lines
368 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("packer","Optlink");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("87c0eb$$fc8cda83c2..5216070e1f0116....0116....33f633ffb9....f3a506b8....50cb"))
{
sVersion="1.0";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}