Detect-It-Easy/db/COM/COMPROTECT.2.sg
2024-11-12 20:11:38 +03:00

14 lines
No EOL
355 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "COMPROTECT (RCP)");
function detect() {
if (Binary.compare("b8....15....72..8ac4bb....50515253555657061e50b8....58eb")) {
sVersion = "2.10";
sOptions = "1988-95 by Ralph Roth";
bDetected = true;
}
return result();
}