Detect-It-Easy/db/MSDOS/Deeper.2.sg
hypn0chka e895882b8c Updates
2014-07-15 18:53:26 +06:00

15 lines
397 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector","Deeper");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("90e9$$$$e8000059fa8bdc36c747......36837f....75..fb66fafb8be981ed....81e9....be....8dbe....668b05668904"))
{
sVersion="1.0c";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}