Detect-It-Easy/db/MSDOS/EXECUTRIX.2.sg
2014-07-15 11:43:23 +02:00

15 lines
410 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("packer","EXECUTRIX-COMPRESSOR");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("e9$$$$0e1fa3....8c1e....8c1e....268b......89......8ccbb8....05....05....2bc3a3....8cd01e5b2bc3a3....b430cd21"))
{
sOptions="by Knowledge Dynamics Corp";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}