Detect-It-Easy/db/COM/COMPROTECT.2.sg
2021-12-13 11:41:25 +01:00

16 lines
410 B
Text

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