Detect-It-Easy/db/Binary/com.patch engine.2.sg
2014-07-23 19:35:39 +06:00

15 lines
356 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("patcher","Patch engine");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(Binary.compare("bc....8cc88ec08ed8fcbe....b9....8ae180e4..ac32c48844..e2"))
{
sOptions="by SoNiC //UTG";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}