Detect-It-Easy/db/PE/Code-Lock.2.sg
2014-06-01 23:42:39 +02:00

13 lines
249 B
Text

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