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

18 lines
No EOL
477 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "x3");
function detect() {
if (Binary.compare("e8$$$$5ebf....57b9....ac34fdaae2..c3")) {
sVersion = "1.4";
sOptions = "by MANtiC0RE";
bDetected = true;
} else if (Binary.compare("ba....2e408b142633f6402681c6....2e1ad3")) {
sVersion = "1.4";
sOptions = "by MANtiC0RE";
bDetected = true;
}
return result();
}