mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
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.
22 lines
No EOL
750 B
JavaScript
22 lines
No EOL
750 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
meta("protector", "ALEC");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("c1ed..1346..2e391cb9....f981c1....bb....81c3....2ec007..431346..4975..8e0000d518de3701e2c8......330ce8")) {
|
|
sVersion = "1.3";
|
|
sOptions = "1996 by rANDOM //UCF";
|
|
bDetected = true;
|
|
} else if (MSDOS.compareEP("b9....81c1....bb....81c3....71..908a24402e802f..4372..90")) {
|
|
sVersion = "1.3";
|
|
sOptions = "1996 by rANDOM //UCF";
|
|
bDetected = true;
|
|
} else if (MSDOS.compareEP("b9....81c1....84221a24bf....81c7....2e3856..408422")) {
|
|
sVersion = "1.6";
|
|
sOptions = "1996 by rANDOM //UCF";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |