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

16 lines
No EOL
471 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "EXETools");
function detect() {
if (MSDOS.compareEP("e800005d83ed..1e8cda83c2..8eda8ec2bb....ba....85d274..b4..33ff33f6b9....ac32c4c0c4")) {
sVersion = "2.1 /E";
bDetected = true;
} else if (MSDOS.compareEP("68....68....68....be....bf....57b9....f3a4c3")) {
sVersion = "2.1 /E";
bDetected = true;
}
return result();
}