Detect-It-Easy/db/COM/Entropy Coder.2.sg
2021-12-13 11:41:25 +01:00

15 lines
354 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=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}