vote up 0 vote down star

Hi, I have a shared mutex between 2 applications. I want to create an administration console that shows the current owner's name of the mutex.

How can I get the application name that currently owns the Mutex?

flag

80% accept rate

1 Answer

vote up 0 vote down check

I do not believe this is possible at the user mode level. You will have to install a driver or kernel plugin in order to get this information.

It's almost the same question as asking "what process opened this file"?

link|flag
I see... With Process Explorer, I see the files an executable is holding. Is it possible to know if a known executable is holding a known Mutex ? – pemex Feb 12 at 14:57
1  
It's because process explorer is inserting kernel level drivers under the hood. That's why it doesn't work with this feature in normal user mode. – JaredPar Feb 12 at 15:06
I'm not 100% on this issue but I'm reasonably confident – JaredPar Feb 12 at 15:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.