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

19 lines
No EOL
629 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
meta("protector", "JmCryptExe");
function detect() {
if (MSDOS.compareEP("e9$$$$e9$$$$1e068cd805....8ed88ec02e0106....2e0106....8be82ea1....2e8b0e")) {
sVersion = "0.7i";
bDetected = true;
} else if (MSDOS.compareEP("e9$$$$e9$$$$2e8c1e....e8$$$$530633db8ec3bb....268e47..bb....26813f....74..e9")) {
sVersion = "0.7";
bDetected = true;
} else if (MSDOS.compareEP("e9$$$$2e8c1e....8cc88ed806a1....8ec08b1e....b4..cd210773..e9")) {
sVersion = "0.7?";
bDetected = true;
}
return result();
}