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

14 lines
No EOL
321 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
meta("protector", "Nodebug");
function detect() {
if (Binary.compare("e8$$$$b430cd21b4..03f897d6405e50978b4d..ac32c1aae2")) {
sVersion = "1.0 part 1";
sOptions = "by JVP";
bDetected = true;
}
return result();
}