mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
317 B
JavaScript
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();
|
|
} |