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

14 lines
No EOL
369 B
JavaScript
Executable file

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