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

17 lines
No EOL
535 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "Deeper");
function detect() {
if (Binary.compare("90e9$$$$e8000059fa8bdc36c747......36837f....75..fb66fafb8be981ed....81e9....be....8dbe....668b05668904")) {
sVersion = "1.0c";
bDetected = true;
}
if (Binary.compare("90e9$$$$e80000fa8bdc36c747......36837f....75..fb598be981ed....81e9....be....8dbe....668b05668904")) {
sVersion = "1.0a";
bDetected = true;
}
return result();
}