mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
11 lines
No EOL
181 B
JavaScript
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();
|
|
} |