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

12 lines
No EOL
303 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("protector", "ReNET-pack");
function detect() {
if (PE.isNet() && PE.isSignatureInSectionPresent(0, "'Protected/Packed with ReNET-Pack by stx'")) {
bDetected = true;
}
return result();
}