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

14 lines
No EOL
315 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "TCEC");
function detect() {
if (Binary.compare("1aff5fb9....f326ace3..eb")) {
sVersion = "3.60";
sOptions = "by ThE CLERiC! //LZ0, EVD";
bDetected = true;
}
return result();
}