mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
369 B
JavaScript
Executable file
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();
|
|
} |