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

14 lines
No EOL
322 B
JavaScript
Executable file

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