|
In case the client is using CreateMutexA/W you can hook OpenMutex in the new instances or CreateMutex/CreateProcess in the old instance and always return NULL.
Additionally, if it's using CreateProcess you will need to set the arguments such that the process may not inherit the mutex handle.
|