Detect-It-Easy/db/PE/NETZ.2.sg
2024-11-07 00:17:07 +03:00

11 lines
No EOL
236 B
JavaScript

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