mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
16 lines
410 B
Text
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);
|
|
}
|