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

13 lines
No EOL
331 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "32-bit crypt");
function detect() {
if (Binary.compare("6633c9678a81........34..2c..34..678881........6683c1..6681f9........75")) {
sOptions = "by SWW //DiGiTAl FaCToRY";
bDetected = true;
}
return result();
}