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

15 lines
409 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector","COM-Protection");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(Binary.compare("e9$$$$eb$$86c08ec086dbeb$$05....87db8b2e....97eb$$aaaaeb$$aaaaeb$$bb....03ddb9....03cd87cbb8"))
{
sOptions="by JAM //UCF";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}