mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
390 B
JavaScript
13 lines
No EOL
390 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("packer", "NOS Packer");
|
|
|
|
function detect() {
|
|
if (PE.compareEP("50e8000000005b81eb........b9........2bd98bf381eb........8bfb81eb........575156e8........83c4..8bab........8d2c2b4d8a4d..80f9..74..83ed..8bd32b53")) {
|
|
sOptions = "(c) Netopsystems";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |