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

11 lines
No EOL
260 B
JavaScript
Executable file

// Detect It Easy: detection rule file
init("protector", "ReNET-pack");
function detect() {
if (PE.isNET() && PE.isSignatureInSectionPresent(0, "'Protected/Packed with ReNET-Pack by stx'")) {
bDetected = true;
}
return result();
}