Detect-It-Easy/db/PE/packer_NETZ.2.sg
2026-05-25 21:03:46 +03:00

12 lines
No EOL
305 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("packer", ".NETZ");
function detect() {
if (PE.isNetObjectPresent("NetzStarter") && PE.isSignatureInSectionPresent(0, "00'NetzStarter'00'netz'00")) {
bDetected = true;
}
return result();
}