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

12 lines
No EOL
225 B
JavaScript

// Detect It Easy: detection rule file
init("protector", "Break Into Pattern");
function detect() {
if (PE.compareEP("E9$$$$$$$$EB14")) {
sVersion = "0.1";
bDetected = true;
}
return result();
}