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

15 lines
420 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("compiler","BSTAR_FORTH(16)");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("e9$$$$8c0e....8c0e....a1....a3....e8....a3....a1....a3....e8....a3....a1....a3....e8....e8....8b0e....e3..1e8e06....a1"))
{
sVersion="0.0";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}