mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
288 B
JavaScript
Executable file
13 lines
No EOL
288 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "MiCRoXoR");
|
|
|
|
function detect() {
|
|
if (Binary.compare("e8$$$$bf....5e57b9....300ca4e2..c3")) {
|
|
sOptions = "2000 by Jibz";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |