Detect-It-Easy/db/PE/Native_UD_Packer.2.sg
2024-11-12 20:11:38 +03:00

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();
}