mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
16 lines
No EOL
544 B
JavaScript
Executable file
16 lines
No EOL
544 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "CCC");
|
|
|
|
function detect() {
|
|
if (Binary.compare("e9$$$$e800005b8b4c..501736890e....8b47..1347..3347..2b47..36a3....83c6..b9....8b7f..037f..ac363006")) {
|
|
sOptions = "by ZeroCoder //XG";
|
|
bDetected = true;
|
|
} else if (Binary.compare("e9$$$$e800005b8b4c..501736890e....8b47..3347..36a3....83c6..b9....8b7f..037f..ac363006")) {
|
|
sOptions = "by ZeroCoder //XG";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |