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

12 lines
No EOL
224 B
JavaScript
Executable file

// Detect It Easy: detection rule file
init("protector", "ELFCrypt");
function detect() {
if (ELF.compareEP("eb0206c6609cbe")) {
sVersion = "1.0";
bDetected = true;
}
return result();
}