mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
267 B
JavaScript
Executable file
13 lines
No EOL
267 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "XDOC");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("2e8c16....eb00ea....ffff")) {
|
|
sVersion = "1.20";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |