mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
18 lines
No EOL
521 B
JavaScript
Executable file
18 lines
No EOL
521 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "CodeLock");
|
|
|
|
function detect() {
|
|
if (Binary.compare("e9$$$$bb....535856535981e9....31ff575a5dbe....e9")) {
|
|
sVersion = "4.0";
|
|
sOptions = "1993 by Dr. Detergent";
|
|
bDetected = true;
|
|
} else if (Binary.compare("e9$$$$b430cd213c037d$$068e06....061f31c0505e565fae")) {
|
|
sVersion = "3.0";
|
|
sOptions = "1993 by Dr. Detergent";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |