mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
318 B
JavaScript
Executable file
13 lines
No EOL
318 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "SelfCrypt");
|
|
|
|
function detect() {
|
|
if (Binary.compare("8cc88ed833ffbe....bb....8a048a1132c288043c..74..4683ff..7d..47eb")) {
|
|
sOptions = "1999 by MCS";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |