Detect-It-Easy/db/MSDOS/KeyMaker.2.sg
hypn0chka c13b8a8a42 update
2021-11-20 04:56:56 +05:00

16 lines
430 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector","KeyMaker");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("fc0e1f8706....871e....870e....8716....8736....873e....872e....268b07a3....8cc0a3....8cc88ec08edaf3a5"))
{
sVersion="3.0";
sOptions="1998 by TIME Software";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}