var fDesc=new Array(); fDesc[0] = "Handle Tracer is a handy software utility designed for listing, searching and manipulating open handles on 32-bit (x86) and 64-bit (x64) editions of Windows 2000, Windows XP, Windows 2003, Windows Vista, Windows 7 and Windows Server 2008 without needing to load any kernel mode driver. Handle Tracer can help developers as a debugging and performance analysis tool to analyze the object resource usage of their applications.

Handle Tracer has a real-time process monitor and can highlight in gray color processes that are set to critical and it can also detect hidden processes, that are commonly a symptom of a rootkit or stealth malware system infection. Handle Tracer can list handles of a selected process or from all system processes and is also able to terminate running processes."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }