質問

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

役に立ちましたか?
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top