Detect-It-Easy/db/COM/ComProt.2.sg
2024-11-07 00:17:07 +03:00

13 lines
No EOL
300 B
JavaScript
Executable file

// Detect It Easy: detection rule file format
// 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();
}