mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
293 B
JavaScript
Executable file
13 lines
No EOL
293 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "ComProt");
|
|
|
|
function detect() {
|
|
if (Binary.compare("e9$$$$e800005e8bee81ed....8db6....b9....f61446e2")) {
|
|
sVersion = "1.0b";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |