Detect-It-Easy/db/COM/protector_MASK.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

26 lines
No EOL
961 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
meta("protector", "MASK");
function detect() {
if (Binary.compare("e8$$$$5557cd03fc4d41534bfa8bec836e....8b6e..fb49e8....5b81eb....50d6515256")) {
sVersion = "2.0";
sOptions = "1995 by JosB M. L. Lopes.";
bDetected = true;
} else if (Binary.compare("e8$$$$5557cd03fc4d41534bfa8bec8346....ff76..5d49e8....5b81eb....50d6515256")) {
sVersion = "2.4";
sOptions = "1995 by JosB M. L. Lopes.";
bDetected = true;
} else if (Binary.compare("e8$$$$5557cd03fc4d41534bfd50fa8bc4f7dcbc....9449fbd651521f5256")) {
sVersion = "2.5";
sOptions = "1995 by JosB M. L. Lopes.";
bDetected = true;
} else if (Binary.compare("e8$$$$5557cd03fc4d41534bfa8bec836e....ff76..5d49e800005b81eb")) {
sVersion = "2.3";
sOptions = "1995 by JosB M. L. Lopes.";
bDetected = true;
}
return result();
}