Question

I have a situation where two application are injecting dlls and updating HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_DLLs with its value.

As App_DLLs is REG_SZ type registry. So we can have only value of AppInit_DLLs which is making only application running at one time.

Is there any way that I can append the value of App_DLLs so that both application can use their respective dlls and run concurrently

Était-ce utile?
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top