Detect-It-Easy/db/PE/PEnguinCrypt.2.sg
2024-11-07 00:17:07 +03:00

12 lines
No EOL
280 B
JavaScript
Executable file

// Detect It Easy: detection rule file format
init("protector", "PEnguinCrypt");
function detect() {
if (PE.compareEP("B8........55506764FF360000676489260000BD4B484342B804000000CC")) {
sVersion = "1.0";
bDetected = true;
}
return result();
}