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

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