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

18 lines
No EOL
521 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
meta("protector", "NTShell");
function detect() {
if (MSDOS.compareEP("2e8c1e....8cca8eda8ec2fa8ed2bc....fbe80000eb$$b9....5e8bfeeb")) {
sVersion = "4.0";
sOptions = "by Mr. ZhouHui";
bDetected = true;
} else if (MSDOS.compareEP("2e8c06....8cc88ed8fa8ed0bc....fbff36....268b1e....8ec333ffb9")) {
sVersion = "2.01";
sOptions = "by Mr. ZhouHui";
bDetected = true;
}
return result();
}