mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
12 lines
No EOL
300 B
JavaScript
Executable file
12 lines
No EOL
300 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
|
|
init("protector", "CryExe");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("E9$$$$E9$$$$E9$$$$BB....E8$$$$31EDEB$$8EDDEB$$872FE8$$$$E8$$$$55E9$$$$E9$$$$31C0EB$$EB$$E8")) {
|
|
sVersion = "4.0";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |