Detect-It-Easy/db/COM/PCRYPT.2.sg
2024-11-12 20:11:38 +03:00

14 lines
No EOL
309 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "PCRYPT");
function detect() {
if (Binary.compare("'PCRYPT'ff'v3.51'00e9")) {
sVersion = "3.51";
sOptions = "1997 by MERLiN //DTG";
bDetected = true;
}
return result();
}