mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
316 B
JavaScript
Executable file
13 lines
No EOL
316 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: horsicq <horsicq@gmail.com>
|
|
|
|
meta("protector", "PEnguinCrypt");
|
|
|
|
function detect() {
|
|
if (PE.compareEP("B8........55506764FF360000676489260000BD4B484342B804000000CC")) {
|
|
sVersion = "1.0";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |