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

15 lines
343 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("converter","EXE2COM");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("b3..b9....33d2be....8bfeac32c3aa494332e403d0e3..eb"))
{
sVersion="9.50a";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}