获取互斥锁列表? [英] Get a list of mutex?

查看:78
本文介绍了获取互斥锁列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

程序在启动时会创建一个互斥锁.我不知道此互斥锁的格式,所以我想知道是否有一种方法可以获取所有未放弃的互斥锁的列表,打开程序,获取新列表,并查看是否可以通过删除所有重复条目来找到互斥锁

A program creates a mutex as part of its start-up. I don't know the format of this mutex so I wondered if there is a way to get a list of all non-abandoned mutex, open the program, get a new list and see if I can find the mutex by removing all duplicate entries.

有没有办法获得这份名单?

Is there a way to get this list?

推荐答案

如果您使用的是Windows,则 WinObj 可以为您显示已命名的互斥体.或者,您可以使用流程浏览器来找出特定流程具有哪些对象打开.

If you're on Windows, WinObj can show you named mutexes. Or you can use Process Explorer to find out which objects a specific process has open.

这篇关于获取互斥锁列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆