Detect-It-Easy/db/COM/Entropy Coder.2.sg
2024-04-21 20:32:04 +03:00

13 lines
No EOL
359 B
JavaScript
Executable file

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