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

13 lines
No EOL
344 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "EXE encryption");
function detect() {
if (MSDOS.compareEP("501e068cc88ed88ec0e8....5b81eb....2ae4be....03f3882446fec40ae475..8b87....ba....f7e28987")) {
sOptions = "1992 by E.Akulow";
bDetected = true;
}
return result();
}