Detect-It-Easy/db/MSDOS/CrackStop.2.sg
Jason Hood 73382cf170 Updated & new signatures based on the work of hpyn0.
Additionally:
ELF/UPX - test "UPX!" signature at the end of the file;
MSDOS/PKLITE - fixed compare arguments;
MSDOS/WWPACK - use MSDOS, not PE;
PE/EXE joiner - removed, same signature as "Borland C".
2014-06-06 00:48:35 +10:00

15 lines
321 B
Text

// DIE's signature file
// Author: hypn0
init("protector","CrackStop");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("B4..BB....B9....8BECCD21FAFC03....05....FFE0"))
{
sVersion="1.x";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}