mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
384 B
JavaScript
Executable file
14 lines
No EOL
384 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "ProtEXE (com)");
|
|
|
|
function detect() {
|
|
if (Binary.compare("e9$$$$9c5053515256571e0655fabe....8a64..8b54..8bda81c3....8c4f..908b0f894c..8a4f..884c..8bfe8bca83e9..fcac")) {
|
|
sVersion = "3.0";
|
|
sOptions = "1996";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |