Detect-It-Easy/db_extra/PE/Code-Lock.2.sg
2024-11-07 08:24:39 +03:00

11 lines
No EOL
181 B
JavaScript

// DIE's signature file
init("protector", "Code-Lock");
function detect() {
if (PE.isLibraryPresent("CODE-LOCK.OCX")) {
bDetected = true;
}
return result();
}