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

15 lines
351 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("converter","NetRun");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(Binary.compare("'XPPPYZIQD[L-f6-g41GDSXu'17'@,~P^P_O,!(GU(GZ(Gnu5'"))
{
sVersion="3.10";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}