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

11 lines
No EOL
229 B
JavaScript

// Detect It Easy: detection rule file
init("packer", ".NETZ");
function detect() {
if (PE.isNET() && PE.isSignatureInSectionPresent(0, "00'NetzStarter'00'netz'00")) {
bDetected = true;
}
return result();
}