Detect-It-Easy/db/MSDOS/ARC.1.sg
2014-06-01 23:42:39 +02:00

13 lines
298 B
Text

// DIE's signature file
init("sfx","ARC");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("8CC88CDB8ED88EC089......2BC3A3....89......BE....B9....BF....BA....FCAC32C28AD8"))
{
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}