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

14 lines
No EOL
312 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "COP");
function detect() {
if (Binary.compare("bf....be....b9....ac3206....aae2")) {
sVersion = "1.0";
sOptions = "by Jack A. Orman";
bDetected = true;
}
return result();
}