mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
339 B
JavaScript
Executable file
13 lines
No EOL
339 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "Overlay");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("fa8cc283c2..2e0116....8cc82bc22e8b0e....8bea8bf8be....8bc103c903c881c1....03c18ad983e3..2e0387")) {
|
|
sVersion = "3.0";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |