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