Detect-It-Easy/db/COM/CCC.2.sg
2024-11-12 20:11:38 +03:00

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();
}