Detect-It-Easy/db/PE/protector_Code-Lock.2.sg
2026-05-25 21:03:46 +03:00

13 lines
No EOL
321 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
// 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();
}