mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
12 lines
No EOL
265 B
JavaScript
Executable file
12 lines
No EOL
265 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
|
|
init("protector", "Encriptor");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("EB..B9....BE....BF....ACD0C8AAE2..BE....BF....ACAA")) {
|
|
sVersion = "1.00c";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |