Detect-It-Easy/db/COM/Entropy_Coder.2.sg
2024-07-01 22:49:08 +03:00

13 lines
No EOL
347 B
JavaScript

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "Entropy Coder");
function detect(bShowType, bShowVersion, bShowOptions) {
if (Binary.compare("be....bf....b9....fdf3a447fcffe7")) {
sOptions = "by Sergey Lukashev";
bDetected = true;
}
return result(bShowType, bShowVersion, bShowOptions);
}