Detect-It-Easy/db_extra/PE/Code-Lock.2.sg

11 lines
No EOL
196 B
JavaScript

// Detect It Easy: detection rule file
init("protector", "Code-Lock");
function detect() {
if (PE.isLibraryPresent("CODE-LOCK.OCX")) {
bDetected = true;
}
return result();
}