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

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();
}