mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
344 B
JavaScript
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();
|
|
} |