Detect-It-Easy/db/Binary/com.HackStop.2.sg
2014-07-15 21:35:19 +06:00

15 lines
290 B
Text

// DIE's signature file
// Author: hypn0
init("protector","HackStop");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(Binary.compare("fabe....ffe6"))
{
sVersion="1.17cr";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}