Detect-It-Easy/db/MSDOS/COMPROTECT.2.sg
horsicq c140e3e3fe Fix
2020-09-07 00:40:53 +02:00

16 lines
424 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector","COMPROTECT");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("b8....15....72..8ac4bb....50515253555657061e50b8....58eb"))
{
sVersion="2.10";
sOptions="1988-95 by Ralph Roth (converted to exe)";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}