mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
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.
14 lines
No EOL
317 B
JavaScript
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();
|
|
} |