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

12 lines
No EOL
233 B
JavaScript
Executable file

// Detect It Easy: detection rule file
init("protector", "CodeSafe");
function detect() {
if (PE.compareEP("83EC10535657E8C40100", 23)) {
sVersion = "2.0";
bDetected = true;
}
return result();
}