Detect-It-Easy/db/COM/Entropy_Coder.2.sg

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();
}