Detect-It-Easy/db/COM/protector_CC.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", "CC");
function detect() {
if (Binary.compare("b8....ba....3be073..b409ba....cd21b8....cd218bdc81eb....83e3..fcbe....8bfbb9....f3a48bc3b1..d3e88cc903c15033c050cb")) {
sVersion = "1.0";
sOptions = "1991 by B.Vorontsov";
bDetected = true;
} else if (Binary.compare("ba....b430cd213c..73..33c00650cbb9....b8....eb$$05....fc80c4..eb")) {
sVersion = "2.61 Beta";
sOptions = "by UniHackers";
bDetected = true;
} else if (Binary.compare("e9$$$$b9....be....8bfe5156b4..ac32c4c0c4..02e1aae2..bf....5e59f3a4be....56c3")) {
sVersion = "1.01";
sOptions = "by B.Vorontsov";
bDetected = true;
} else if (Binary.compare("bf....be....b9....fdf3a5fc8bf7bf....adad8be8b2..e9")) {
sVersion = "1998";
sOptions = "by B.Vorontsov";
bDetected = true;
}
return result();
}