Reloaded-Project / Reloaded.Injector

C# DLL Injection Library capable of injecting x86 DLLs to x86 process from x64 processes.
GNU Lesser General Public License v3.0
159 stars 32 forks source link

Eject doesn't unload injected dll from target process. #9

Open akrasyuk opened 2 years ago

akrasyuk commented 2 years ago

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.