You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The injected DLL is present in loaded DLLs for the target process after calling Eject() and Dispose()
In my case injector app is using the same DLL to access the shared classes. Without removing the DLL when work is done, my app is blocked for any file upgrades since the target app locks the DLL.
The text was updated successfully, but these errors were encountered:
The injected DLL is present in loaded DLLs for the target process after calling
Eject()
andDispose()
In my case injector app is using the same DLL to access the shared classes. Without removing the DLL when work is done, my app is blocked for any file upgrades since the target app locks the DLL.
The text was updated successfully, but these errors were encountered: