mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
18 lines
No EOL
579 B
JavaScript
Executable file
18 lines
No EOL
579 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "Scrypt!");
|
|
|
|
function detect() {
|
|
if (Binary.compare("e9$$$$e8$$$$e800005a5f578bf78bce33dbb7..acfec0f6d032c7aa86fb43c1c3..331e....331e....331e....331e")) {
|
|
sVersion = "0.4";
|
|
sOptions = "by DarkGrey //DTG";
|
|
bDetected = true;
|
|
} else if (Binary.compare("e9$$$$e8$$$$5d81ed....b9....be....03f58bfeb4..ac32c4f6d4aae2")) {
|
|
sVersion = "0.4";
|
|
sOptions = "1998 by DarkGrey //DTG";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |