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

14 lines
No EOL
379 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "DMC");
function detect() {
if (MSDOS.compareEP("e9$$$$2e8c16....2e8926....2ea3....8cc88ed0bc....2ea1....505351525657551e060e1f8c06....a1")) {
sVersion = "3.5";
sOptions = "by Adlersparre & Associates"
bDetected = true;
}
return result();
}