Domanda

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

È stato utile?
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top