mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
352 B
JavaScript
Executable file
13 lines
No EOL
352 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "Codesafe");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("e9$$$$5033c08ec02ef606......74..26ff36....061e07e8....07268f06....fb2e8c1e....26ff36....268f06")) {
|
|
sOptions = "by EliaShim Ltd";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |