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

12 lines
No EOL
270 B
JavaScript

// Detect It Easy: detection rule file
// https://web.archive.org/web/20240616203445/http://www.chosenbytes.com/
meta("protector", "Code-Lock");
function detect() {
if (PE.isLibraryPresent("CODE-LOCK.OCX")) {
bDetected = true;
}
return result();
}