Detect-It-Easy/db/MSDOS/CryExe.2.sg
2024-11-12 20:11:38 +03:00

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();
}