mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
379 B
JavaScript
Executable file
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();
|
|
} |