mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
348 B
JavaScript
Executable file
13 lines
No EOL
348 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "EXE-Crypt");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("90eb$$2e8c......2e89......8cc88ed0bc....1e060e1f8cc005....8ec01ee8....1f8cc3be....2e8b......83....74")) {
|
|
sVersion = "1.00";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |