mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
12 lines
No EOL
268 B
JavaScript
12 lines
No EOL
268 B
JavaScript
// Detect It Easy: detection rule file
|
|
|
|
init("packer", "Native UD Packer");
|
|
|
|
function detect() {
|
|
if (PE.compareEP("31C031DB31C9EB0E6A006A006A006A00FF15........FF15........89C768")) {
|
|
sVersion = "1.1";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |