mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
12 lines
No EOL
297 B
JavaScript
Executable file
12 lines
No EOL
297 B
JavaScript
Executable file
// Detect It Easy: detection rule file format
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "CryptGeneric");
|
|
|
|
function detect() {
|
|
if (Binary.compare("e9$$$$b430cd2180fc..72..90e9....90bb....81c3....53b0..04..51b9....e9")) {
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |