mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
11 lines
No EOL
229 B
JavaScript
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();
|
|
} |