Detect-It-Easy/db/MSDOS/protector_REC.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

22 lines
No EOL
718 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
meta("protector", "REC");
function detect() {
if (MSDOS.compareEP("061eb430cd213c..73..33c00650cbbf....8b36....2bf781fe....eb$$52ba....5aeb")) {
sVersion = "0.33-0.35";
bDetected = true;
} else if (MSDOS.compareEP("061e52b8....1ecd2186e03d....73..cd200e1fb4..e8$$$$5acd21")) {
sVersion = "0.24-0.32";
bDetected = true;
} else if (MSDOS.compareEP("061eb430cd213c..73..33c00650cb")) {
sVersion = "0.40c2";
bDetected = true;
} else if (MSDOS.compareEP("061e53bb....5beb$$eb$$eb$$2ec606")) {
sVersion = "0.40.5, 0.40.6";
bDetected = true;
}
return result();
}