有时在调试期间我需要获取debugee打开的已知对象(文件或dll)的句柄值。它可以帮助找到谁拥有这个句柄。
我怎样才能做到这一点?
答案 0 :(得分:0)
有一些名为Handle和Process Explorer的Sysinternals实用程序。
Handle具有命令行界面,应该像这样使用:
document.querySelector('a').addEventListener('click', function(e) {
var href = e.currentTarget.href || '';
if (href.indexOf("link.php") > -1) {
// ...
}
}, false);
要在Process Explorer中获取句柄值:
handle [-p <pid>] <file path>
View -> Select Columns...
标签Handle