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