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