mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
362 B
JavaScript
Executable file
14 lines
No EOL
362 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "mCrypt");
|
|
|
|
function detect() {
|
|
if (Binary.compare("e9$$$$1e06be....bf....b9....0e1f0e07e8$$$$33c0fa5083c4..83ec..58fb0bc075..c3")) {
|
|
sVersion = "0.1a";
|
|
sOptions = "1998 by //UFO CREW";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |