Detect-It-Easy/db/MSDOS/protector_EXETools.2.sg
DosX 9e621e1954 Rename and reorganize rule files
Renamed and moved numerous .sg files in the db directory to follow a more consistent naming convention and directory structure, grouping by type (e.g., compiler, cruncher, packer, protector, etc.). This improves maintainability and clarity of the signature database organization.
2026-01-25 11:20:39 +03:00

16 lines
No EOL
459 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
meta("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();
}