mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
351 B
JavaScript
Executable file
14 lines
No EOL
351 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "EPW");
|
|
|
|
function detect() {
|
|
if (Binary.compare("e9$$$$06571e565552515350bb....81c3....2e8b078ccb03c305....50b8....50cb")) {
|
|
sVersion = "1.2";
|
|
sOptions = "by Aland D. Jones";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |