Detect-It-Easy/db/MSDOS/Secure.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
383 B
Text

// DIE's signature file
// Author: hypn0
init("protector","Secure");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("8CC805....50B8....50B0..068CD20683....50B0..52FC508CD28CCDBB....03EB4A8EDD8EC24DB9....33FFBE....AD35....ABE2"))
{
sVersion="2.1b";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}