Detect-It-Easy/db/COM/protector_Keygen_crypt.2.sg
DosX 16dc26dd1a Categorize and rename COM database files
Rename multiple files under db/COM to add explicit category prefixes and improve consistency/organization. Renamed files: Turbo_C++.4.sg → compiler_Turbo_C++.4.sg; Turbo_C.4.sg → compiler_Turbo_C.4.sg; Turbo_Pascal.4.sg → compiler_Turbo_Pascal.4.sg; Watcom_C.4.sg → compiler_Watcom_C.4.sg; Zbikowski_C.4.sg → compiler_Zbikowski_C.4.sg; Zortech_C.4.sg → compiler_Zortech_C.4.sg; Cheat_packer.2.sg → packer_Cheat_packer.2.sg; com_RLE_packer.2.sg → packer_com_RLE_packer.2.sg; Keygen_crypt.2.sg → protector_Keygen_crypt.2.sg; virus_virus.1.sg → virus.1.sg.
2026-02-08 22:13:00 +03:00

14 lines
No EOL
317 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
meta("protector", "KeyGen Crypt");
function detect() {
if (Binary.compare("e9$$$$e800005d8d7e..575eb9....ad35....abe2")) {
sVersion = "1.00";
sOptions = "by Majestic";
bDetected = true;
}
return result();
}