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

12 lines
No EOL
311 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "CEPexe");
function detect() {
if (MSDOS.compareEP("8cdd0e070e1fbf....be....b9....fcf3a41f5f8f..8f....8f....8c....8f....8f....595f5e8cc88ec08ed8ea")) {
bDetected = true;
}
return result();
}