mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
288 B
JavaScript
13 lines
No EOL
288 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
meta("protector", "Entropy Coder");
|
|
|
|
function detect() {
|
|
if (Binary.compare("be....bf....b9....fdf3a447fcffe7")) {
|
|
sOptions = "by Sergey Lukashev";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |