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

14 lines
No EOL
317 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "KeyGen Crypt");
function detect() {
if (Binary.compare("e9$$$$e800005d8d7e..575eb9....ad35....abe2")) {
sVersion = "1.00";
sOptions = "by Majestic";
bDetected = true;
}
return result();
}