Detect-It-Easy/db/COM/ProtEXE.2.sg
2024-11-12 20:11:38 +03:00

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();
}