Detect-It-Easy/db/COM/Entropy_Coder.2.sg
2024-11-07 00:17:07 +03:00

13 lines
No EOL
295 B
JavaScript

// Detect It Easy: detection rule file format
// Author: hypn0 <hypn0@mail.ru>
init("protector", "Entropy Coder");
function detect() {
if (Binary.compare("be....bf....b9....fdf3a447fcffe7")) {
sOptions = "by Sergey Lukashev";
bDetected = true;
}
return result();
}