mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
300 B
JavaScript
Executable file
13 lines
No EOL
300 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "MESS");
|
|
|
|
function detect() {
|
|
if (Binary.compare("....................b9....f326ace3..eb$$ba....b409cd21cd20")) {
|
|
sVersion = "1.07";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |