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

13 lines
No EOL
293 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "ComProt");
function detect() {
if (Binary.compare("e9$$$$e800005e8bee81ed....8db6....b9....f61446e2")) {
sVersion = "1.0b";
bDetected = true;
}
return result();
}